mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2025-02-13 21:29:35 +00:00
Comment logging.
This commit is contained in:
parent
5f6b43ed31
commit
66100a4a13
@ -697,7 +697,7 @@ void retro_run()
|
|||||||
#if defined(WANT_PSX_EMU)
|
#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 width = rects[0].w; // spec.DisplayRect.w is 0. Only rects[0].w seems to return something sane.
|
||||||
unsigned height = spec.DisplayRect.h;
|
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.
|
// PSX core inserts weird padding on left and right edges.
|
||||||
// 320 width -> 350 width.
|
// 320 width -> 350 width.
|
||||||
// 364 width -> 400 width.
|
// 364 width -> 400 width.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user