summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-22 00:13:10 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 03:45:05 +0200
commit682174b1123c5721b12eaf8472da46251fea3b1d (patch)
tree1c368bfb5bb3ff731f3651c833ff8c883d91c2c9 /src/core/core.cpp
parentcore: Initialize cheats after load to avoid VMManager crash (diff)
downloadyuzu-682174b1123c5721b12eaf8472da46251fea3b1d.tar
yuzu-682174b1123c5721b12eaf8472da46251fea3b1d.tar.gz
yuzu-682174b1123c5721b12eaf8472da46251fea3b1d.tar.bz2
yuzu-682174b1123c5721b12eaf8472da46251fea3b1d.tar.lz
yuzu-682174b1123c5721b12eaf8472da46251fea3b1d.tar.xz
yuzu-682174b1123c5721b12eaf8472da46251fea3b1d.tar.zst
yuzu-682174b1123c5721b12eaf8472da46251fea3b1d.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index fc7039421..76bb2bae9 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -17,6 +17,7 @@
#include "core/file_sys/bis_factory.h"
#include "core/file_sys/card_image.h"
#include "core/file_sys/mode.h"
+#include "core/file_sys/patch_manager.h"
#include "core/file_sys/registered_cache.h"
#include "core/file_sys/romfs_factory.h"
#include "core/file_sys/savedata_factory.h"
@@ -43,8 +44,6 @@
#include "core/settings.h"
#include "core/telemetry_session.h"
#include "core/tools/freezer.h"
-#include "file_sys/cheat_engine.h"
-#include "file_sys/patch_manager.h"
#include "video_core/debug_utils/debug_utils.h"
#include "video_core/renderer_base.h"
#include "video_core/video_core.h"