diff options
author | Sean <seanmaas27@gmail.com> | 2014-10-30 00:12:39 +0100 |
---|---|---|
committer | Sean <seanmaas27@gmail.com> | 2014-10-30 01:26:15 +0100 |
commit | 9a012ff007df4187c84c01f4e48545d19bd1f918 (patch) | |
tree | 1eb367a264392ddf7422470a263b240ccacb4050 /src/video_core/clipper.cpp | |
parent | Merge pull request #151 from archshift/dyncom-enabled (diff) | |
download | yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.tar yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.tar.gz yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.tar.bz2 yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.tar.lz yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.tar.xz yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.tar.zst yuzu-9a012ff007df4187c84c01f4e48545d19bd1f918.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/clipper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/clipper.cpp b/src/video_core/clipper.cpp index 2cf166afd..96d3dabe2 100644 --- a/src/video_core/clipper.cpp +++ b/src/video_core/clipper.cpp @@ -158,8 +158,8 @@ void ProcessTriangle(OutputVertex &v0, OutputVertex &v1, OutputVertex &v2) { InitScreenCoordinates(vtx2); DEBUG_LOG(GPU, - "Triangle %u/%u (%u buffer vertices) at position (%.3f, %.3f, %.3f, %.3f), " - "(%.3f, %.3f, %.3f, %.3f), (%.3f, %.3f, %.3f, %.3f) and " + "Triangle %lu/%lu (%lu buffer vertices) at position (%.3f, %.3f, %.3f, %.3f), " + "(%.3lu, %.3f, %.3f, %.3f), (%.3f, %.3f, %.3f, %.3f) and " "screen position (%.2f, %.2f, %.2f), (%.2f, %.2f, %.2f), (%.2f, %.2f, %.2f)", i,output_list.size(), buffer_vertices.size(), vtx0.pos.x.ToFloat32(), vtx0.pos.y.ToFloat32(), vtx0.pos.z.ToFloat32(), vtx0.pos.w.ToFloat32(),output_list.size(), |