mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
some fps counter cosmetics
This commit is contained in:
parent
99bdfd31b8
commit
88a8088545
1 changed files with 1 additions and 1 deletions
|
@ -1427,7 +1427,7 @@ void emu_loop(void)
|
|||
printf("%s\n", fpsbuff);
|
||||
#else
|
||||
if (currentConfig.EmuOpt & EOPT_SHOW_FPS)
|
||||
sprintf(fpsbuff, "%02i/%02i ", frames_shown, frames_done);
|
||||
snprintf(fpsbuff, 8, "%02i/%02i ", frames_shown, frames_done);
|
||||
#endif
|
||||
frames_shown = frames_done = 0;
|
||||
timestamp_fps_x3 += ms_to_ticks(1000) * 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue