mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
renderer_opengl: Fix LOG_TRACE in LoadFBToScreenInfo.
This commit is contained in:
parent
5a7a2eba0d
commit
5203bf6799
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ void RendererOpenGL::LoadFBToScreenInfo(const FramebufferInfo& framebuffer_info,
|
||||||
|
|
||||||
LOG_TRACE(Render_OpenGL, "0x%08x bytes from 0x%llx(%dx%d), fmt %x", size_in_bytes,
|
LOG_TRACE(Render_OpenGL, "0x%08x bytes from 0x%llx(%dx%d), fmt %x", size_in_bytes,
|
||||||
framebuffer_info.address, framebuffer_info.width, framebuffer_info.height,
|
framebuffer_info.address, framebuffer_info.width, framebuffer_info.height,
|
||||||
(int)framebuffer_info.format);
|
(int)framebuffer_info.pixel_format);
|
||||||
|
|
||||||
// Ensure no bad interactions with GL_UNPACK_ALIGNMENT, which by default
|
// Ensure no bad interactions with GL_UNPACK_ALIGNMENT, which by default
|
||||||
// only allows rows to have a memory alignement of 4.
|
// only allows rows to have a memory alignement of 4.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue