diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-01-28 13:27:24 -0800 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-04 13:59:12 -0800 |
commit | 5759d94b5c5b11af426668d046d206839bc5e802 (patch) | |
tree | 971681341d1134533fd485e20cfe4863aa34ce27 /src/citra_qt/debugger/graphics/graphics_surface.cpp | |
parent | f7c7f422c6995a31c1a16c0865bbe13bb38469a3 (diff) |
VideoCore: Move Regs to its own file
Diffstat (limited to 'src/citra_qt/debugger/graphics/graphics_surface.cpp')
-rw-r--r-- | src/citra_qt/debugger/graphics/graphics_surface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics_surface.cpp b/src/citra_qt/debugger/graphics/graphics_surface.cpp index 78156d5ec..f83c1f96c 100644 --- a/src/citra_qt/debugger/graphics/graphics_surface.cpp +++ b/src/citra_qt/debugger/graphics/graphics_surface.cpp @@ -16,8 +16,8 @@ #include "common/color.h" #include "core/hw/gpu.h" #include "core/memory.h" -#include "video_core/pica.h" #include "video_core/pica_state.h" +#include "video_core/regs.h" #include "video_core/texture/texture_decode.h" #include "video_core/utils.h" |