diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-07-29 16:54:44 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-08-16 06:03:46 +0200 |
commit | e2c7954be5ccabc7c5f87000db01cef040ca4b47 (patch) | |
tree | 5b3288c66f6941a9d6be0f2907c3526bb3b7e6ac /src/core/hle/service/gsp_gpu.cpp | |
parent | Process: Store kernel compatibility version during loading (diff) | |
download | yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.tar yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.tar.gz yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.tar.bz2 yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.tar.lz yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.tar.xz yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.tar.zst yuzu-e2c7954be5ccabc7c5f87000db01cef040ca4b47.zip |
Diffstat (limited to 'src/core/hle/service/gsp_gpu.cpp')
-rw-r--r-- | src/core/hle/service/gsp_gpu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp index e93c1b436..5050b9f7d 100644 --- a/src/core/hle/service/gsp_gpu.cpp +++ b/src/core/hle/service/gsp_gpu.cpp @@ -4,7 +4,6 @@ #include "common/bit_field.h" -#include "core/mem_map.h" #include "core/memory.h" #include "core/hle/kernel/event.h" #include "core/hle/kernel/shared_memory.h" |