summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-08 02:40:56 +0100
committerGitHub <noreply@github.com>2024-01-08 02:40:56 +0100
commitab513c378a773c194ea3ea6a11e5d6d8569e23e4 (patch)
tree02b19455556905b32dcb117a9f111f5fe83a6b39 /src/core/file_sys
parentMerge pull request #12560 from GayPotatoEmma/master (diff)
parentservice: set: Rename files (diff)
downloadyuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.tar
yuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.tar.gz
yuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.tar.bz2
yuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.tar.lz
yuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.tar.xz
yuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.tar.zst
yuzu-ab513c378a773c194ea3ea6a11e5d6d8569e23e4.zip
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/patch_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp
index cc7af2ea3..4a3dbc6a3 100644
--- a/src/core/file_sys/patch_manager.cpp
+++ b/src/core/file_sys/patch_manager.cpp
@@ -26,7 +26,7 @@
#include "core/file_sys/vfs_vector.h"
#include "core/hle/service/filesystem/filesystem.h"
#include "core/hle/service/ns/language.h"
-#include "core/hle/service/set/set.h"
+#include "core/hle/service/set/settings_server.h"
#include "core/loader/loader.h"
#include "core/loader/nso.h"
#include "core/memory/cheat_engine.h"