summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-01-29 00:12:09 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-09 09:04:24 +0100
commit60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9 (patch)
tree91878a10f8e5a81762c8b6f7b2182b990ecb1e6e /src/video_core/debug_utils/debug_utils.h
parentPica/Regs: Use binary search to look up reg names (diff)
downloadyuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.gz
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.bz2
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.lz
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.xz
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.tar.zst
yuzu-60fc0b086f9ec8d7b955aa9b9c0094dc42ab2fb9.zip
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
-rw-r--r--src/video_core/debug_utils/debug_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h
index fd94bdbb8..89e418e27 100644
--- a/src/video_core/debug_utils/debug_utils.h
+++ b/src/video_core/debug_utils/debug_utils.h
@@ -17,7 +17,9 @@
#include <vector>
#include "common/common_types.h"
#include "common/vector_math.h"
-#include "video_core/regs.h"
+#include "video_core/regs_rasterizer.h"
+#include "video_core/regs_shader.h"
+#include "video_core/regs_texturing.h"
namespace CiTrace {
class Recorder;