mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
32x: final renderer tweaks; PWM disable kills PWM irqs
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@857 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a41b3b44eb
commit
9cfdd2d2e9
3 changed files with 3 additions and 3 deletions
|
@ -1476,6 +1476,7 @@ void emu_loop(void)
|
|||
}
|
||||
bench_fps += frames_shown;
|
||||
sprintf(fpsbuff, "%02i/%02i/%02i", frames_shown, bench_fps_s, (bf[0]+bf[1]+bf[2]+bf[3])>>2);
|
||||
printf("%s\n", fpsbuff);
|
||||
#else
|
||||
if (currentConfig.EmuOpt & EOPT_SHOW_FPS) {
|
||||
sprintf(fpsbuff, "%02i/%02i", frames_shown, frames_done);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue