summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics/graphics_surface.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-01-28 15:12:09 -0800
committerGravatar Yuri Kunde Schlesner2017-02-09 00:04:24 -0800
commit60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9 (patch)
tree91878a10f8e5a81762c8b6f7b2182b990ecb1e6e /src/citra_qt/debugger/graphics/graphics_surface.cpp
parentPica/Regs: Use binary search to look up reg names (diff)
downloadyuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.gz
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.xz
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.zip
VideoCore: Split regs.h inclusions
Diffstat (limited to 'src/citra_qt/debugger/graphics/graphics_surface.cpp')
-rw-r--r--src/citra_qt/debugger/graphics/graphics_surface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics/graphics_surface.cpp b/src/citra_qt/debugger/graphics/graphics_surface.cpp
index f83c1f96c..47d9924e1 100644
--- a/src/citra_qt/debugger/graphics/graphics_surface.cpp
+++ b/src/citra_qt/debugger/graphics/graphics_surface.cpp
@@ -17,7 +17,8 @@
17#include "core/hw/gpu.h" 17#include "core/hw/gpu.h"
18#include "core/memory.h" 18#include "core/memory.h"
19#include "video_core/pica_state.h" 19#include "video_core/pica_state.h"
20#include "video_core/regs.h" 20#include "video_core/regs_framebuffer.h"
21#include "video_core/regs_texturing.h"
21#include "video_core/texture/texture_decode.h" 22#include "video_core/texture/texture_decode.h"
22#include "video_core/utils.h" 23#include "video_core/utils.h"
23 24