diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/renderer_opengl/renderer_opengl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.cpp b/src/video_core/renderer_opengl/renderer_opengl.cpp index 50f820e4a..d0a8ec1da 100644 --- a/src/video_core/renderer_opengl/renderer_opengl.cpp +++ b/src/video_core/renderer_opengl/renderer_opengl.cpp | |||
| @@ -87,7 +87,7 @@ void RendererOpenGL::RenderXFB(const common::Rect& src_rect, const common::Rect& | |||
| 87 | ? framebuffer_sub.address_left2 | 87 | ? framebuffer_sub.address_left2 |
| 88 | : framebuffer_sub.address_left1; | 88 | : framebuffer_sub.address_left1; |
| 89 | 89 | ||
| 90 | DEBUG_LOG(GPU, "RenderXFB: %x bytes from %x(%xx%x), fmt %x", | 90 | DEBUG_LOG(GPU, "RenderXFB: 0x%08x bytes from 0x%08x(%dx%d), fmt %x", |
| 91 | framebuffer_top.stride * framebuffer_top.height, | 91 | framebuffer_top.stride * framebuffer_top.height, |
| 92 | GPU::GetFramebufferAddr(active_fb_top), (int)framebuffer_top.width, | 92 | GPU::GetFramebufferAddr(active_fb_top), (int)framebuffer_top.width, |
| 93 | (int)framebuffer_top.height, (int)framebuffer_top.format); | 93 | (int)framebuffer_top.height, (int)framebuffer_top.format); |