Don't log viewport calls.

This commit is contained in:
Themaister 2012-12-28 00:14:19 +01:00
parent 9fbd888566
commit 3d9bacd536

View File

@ -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)