summaryrefslogtreecommitdiffstats
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-12-15 21:28:45 +0100
committerTony Wasserka <NeoBrainX@gmail.com>2014-12-20 18:06:53 +0100
commit40f123b7c0eaf1507d51f6b87192ec2f956e5d5e (patch)
tree7f87847435d510ed0e70a10cd67129a3b2511335 /src/video_core/debug_utils/debug_utils.h
parentPica: Further improve Tev emulation. (diff)
downloadyuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.tar
yuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.tar.gz
yuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.tar.bz2
yuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.tar.lz
yuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.tar.xz
yuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.tar.zst
yuzu-40f123b7c0eaf1507d51f6b87192ec2f956e5d5e.zip
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
-rw-r--r--src/video_core/debug_utils/debug_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h
index f950356f3..2a764e121 100644
--- a/src/video_core/debug_utils/debug_utils.h
+++ b/src/video_core/debug_utils/debug_utils.h
@@ -192,7 +192,7 @@ void OnPicaRegWrite(u32 id, u32 value);
std::unique_ptr<PicaTrace> FinishPicaTracing();
struct TextureInfo {
- unsigned int address;
+ PAddr physical_address;
int width;
int height;
int stride;