Comment logging.

This commit is contained in:
Themaister 2013-02-25 19:38:23 +01:00
parent 5f6b43ed31
commit 66100a4a13

View File

@ -697,7 +697,7 @@ void retro_run()
#if defined(WANT_PSX_EMU)
unsigned width = rects[0].w; // spec.DisplayRect.w is 0. Only rects[0].w seems to return something sane.
unsigned height = spec.DisplayRect.h;
fprintf(stderr, "(%u x %u)\n", width, height);
//fprintf(stderr, "(%u x %u)\n", width, height);
// PSX core inserts weird padding on left and right edges.
// 320 width -> 350 width.
// 364 width -> 400 width.