mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 14:54:10 +00:00
Merge pull request #1571 from lioncash/printf
ctr_gfx: Fix a missing printf formatting specifier
This commit is contained in:
commit
f1a246c95e
@ -291,7 +291,8 @@ static bool ctr_frame(void* data, const void* frame,
|
|||||||
frames = 0;
|
frames = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("fps: %8.4f frames: %i\r", fps, total_frames++, currentTick);fflush(stdout);
|
printf("fps: %8.4f frames: %i current tick: %llu\r", fps, total_frames++, currentTick);
|
||||||
|
fflush(stdout);
|
||||||
|
|
||||||
// gfxFlushBuffers();
|
// gfxFlushBuffers();
|
||||||
// gspWaitForEvent(GSPEVENT_VBlank0, true);
|
// gspWaitForEvent(GSPEVENT_VBlank0, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user