mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 00:18:22 +00:00
Don't log viewport calls.
This commit is contained in:
parent
9fbd888566
commit
3d9bacd536
2
gfx/gl.c
2
gfx/gl.c
@ -695,7 +695,7 @@ void gl_set_viewport(gl_t *gl, unsigned width, unsigned height, bool force_full,
|
||||
gl->vp_out_height = height;
|
||||
}
|
||||
|
||||
RARCH_LOG("Setting viewport @ %ux%u\n", width, height);
|
||||
//RARCH_LOG("Setting viewport @ %ux%u\n", width, height);
|
||||
}
|
||||
|
||||
static void gl_set_rotation(void *data, unsigned rotation)
|
||||
|
Loading…
x
Reference in New Issue
Block a user