notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bdfd3
)
some fps counter cosmetics
author
notaz
<notasas@gmail.com>
Sun, 6 Aug 2017 16:23:36 +0000
(19:23 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 6 Aug 2017 16:23:36 +0000
(19:23 +0300)
platform/common/emu.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/common/emu.c
b/platform/common/emu.c
index
7f375a3
..
6f42b73
100644
(file)
--- a/
platform/common/emu.c
+++ b/
platform/common/emu.c
@@
-1427,7
+1427,7
@@
void emu_loop(void)
printf("%s\n", fpsbuff);
\r
#else
\r
if (currentConfig.EmuOpt & EOPT_SHOW_FPS)
\r
- s
printf(fpsbuff
, "%02i/%02i ", frames_shown, frames_done);
\r
+ s
nprintf(fpsbuff, 8
, "%02i/%02i ", frames_shown, frames_done);
\r
#endif
\r
frames_shown = frames_done = 0;
\r
timestamp_fps_x3 += ms_to_ticks(1000) * 3;
\r