diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-15 05:40:53 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-15 05:40:53 +0200 |
commit | bb689338943791c735c7c6adb186256457e064b4 (patch) | |
tree | a04ba64d18dd163709b1cb4b4212afaca6c091a6 /src/core/hw/gpu.cpp | |
parent | Merge pull request #769 from lioncash/cond (diff) | |
parent | Memory: Use a table based lookup scheme to read from memory regions (diff) | |
download | yuzu-bb689338943791c735c7c6adb186256457e064b4.tar yuzu-bb689338943791c735c7c6adb186256457e064b4.tar.gz yuzu-bb689338943791c735c7c6adb186256457e064b4.tar.bz2 yuzu-bb689338943791c735c7c6adb186256457e064b4.tar.lz yuzu-bb689338943791c735c7c6adb186256457e064b4.tar.xz yuzu-bb689338943791c735c7c6adb186256457e064b4.tar.zst yuzu-bb689338943791c735c7c6adb186256457e064b4.zip |
Diffstat (limited to 'src/core/hw/gpu.cpp')
-rw-r--r-- | src/core/hw/gpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp index e4a0e14c4..8ef1f70df 100644 --- a/src/core/hw/gpu.cpp +++ b/src/core/hw/gpu.cpp @@ -8,7 +8,7 @@ #include "core/settings.h" #include "core/core.h" -#include "core/mem_map.h" +#include "core/memory.h" #include "core/core_timing.h" #include "core/hle/hle.h" |