summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_debugger.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-02-01 21:31:21 +0100
committerSubv <subv2112@gmail.com>2015-02-12 15:25:35 +0100
commit8e2b248e05c99c9cf505a351bc9234cedd5fa3b4 (patch)
tree05f18714a93d28999c259f4cd86c261deaf659b2 /src/video_core/gpu_debugger.h
parentMerge pull request #384 from neobrain/vertex_shader_debugger (diff)
downloadyuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.tar
yuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.tar.gz
yuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.tar.bz2
yuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.tar.lz
yuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.tar.xz
yuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.tar.zst
yuzu-8e2b248e05c99c9cf505a351bc9234cedd5fa3b4.zip
Diffstat (limited to 'src/video_core/gpu_debugger.h')
-rw-r--r--src/video_core/gpu_debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu_debugger.h b/src/video_core/gpu_debugger.h
index c2c898992..03641d93b 100644
--- a/src/video_core/gpu_debugger.h
+++ b/src/video_core/gpu_debugger.h
@@ -64,7 +64,7 @@ public:
memcpy(&cmd, command_data, sizeof(GSP_GPU::Command));
ForEachObserver([this](DebuggerObserver* observer) {
- observer->GXCommandProcessed(this->gx_command_history.size());
+ observer->GXCommandProcessed(static_cast<int>(this->gx_command_history.size()));
} );
}