diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-04-29 09:07:10 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-04-29 09:07:10 +0200 |
commit | e3a8292495cf0fb4297be27c696649dc44e011f0 (patch) | |
tree | f188b106e2d1b39ed7a87972db9f942e15987375 /src/core/hle/service | |
parent | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) (diff) | |
download | yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.tar yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.tar.gz yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.tar.bz2 yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.tar.lz yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.tar.xz yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.tar.zst yuzu-e3a8292495cf0fb4297be27c696649dc44e011f0.zip |
Diffstat (limited to 'src/core/hle/service')
-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 211fcf599..233592d7f 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 "common/microprofile.h" -#include "common/profiler.h" #include "core/memory.h" #include "core/hle/kernel/event.h" |