summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-08-17 12:17:32 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2014-08-25 22:03:18 +0200
commit34fa0b6d9cd9e4027198ce11562da6c03375cd70 (patch)
treeb6515008dbef56469057171762cf308d394ec670 /src/video_core/debug_utils/debug_utils.h
parentPica/Rasterizer: Add initial implementation of texture combiners. (diff)
downloadyuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.tar
yuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.tar.gz
yuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.tar.bz2
yuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.tar.lz
yuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.tar.xz
yuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.tar.zst
yuzu-34fa0b6d9cd9e4027198ce11562da6c03375cd70.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/debug_utils/debug_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h
index 49b19b28a..53c33c96e 100644
--- a/src/video_core/debug_utils/debug_utils.h
+++ b/src/video_core/debug_utils/debug_utils.h
@@ -61,6 +61,8 @@ std::unique_ptr<PicaTrace> FinishPicaTracing();
void DumpTexture(const Pica::Regs::TextureConfig& texture_config, u8* data);
+void DumpTevStageConfig(const std::array<Pica::Regs::TevStageConfig,6>& stages);
+
} // namespace
} // namespace