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;
|
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)
|
static void gl_set_rotation(void *data, unsigned rotation)
|
||||||
|
|
Loading…
Reference in New Issue