summaryrefslogtreecommitdiffstats
path: root/src/core/system.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-07-29 17:08:00 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-08-16 06:03:46 +0200
commit69c3021a8d203dbbea9673977535f1eb75b274a1 (patch)
tree7fce1fe7dce9f94062361832d1f1a1378a66e4af /src/core/system.cpp
parentMemory: Move address type conversion routines to memory.cpp/h (diff)
downloadyuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.tar
yuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.tar.gz
yuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.tar.bz2
yuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.tar.lz
yuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.tar.xz
yuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.tar.zst
yuzu-69c3021a8d203dbbea9673977535f1eb75b274a1.zip
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r--src/core/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp
index 561ff82f0..8d80ef372 100644
--- a/src/core/system.cpp
+++ b/src/core/system.cpp
@@ -4,11 +4,11 @@
#include "core/core.h"
#include "core/core_timing.h"
-#include "core/mem_map.h"
#include "core/system.h"
#include "core/hw/hw.h"
#include "core/hle/hle.h"
#include "core/hle/kernel/kernel.h"
+#include "core/hle/kernel/memory.h"
#include "video_core/video_core.h"