X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.c;h=1e836941176c40db7842fbee2a94b41722f71971;hb=07e5dbab71684189f10227108c1e71e2d002a734;hp=786a026fda79d21fb6eac5edcdbfa7d477f0787e;hpb=e51e5983fe5cac8486df76bf349bde8aa23d1e5d;p=picodrive.git diff --git a/platform/common/emu.c b/platform/common/emu.c index 786a026..1e83694 100644 --- a/platform/common/emu.c +++ b/platform/common/emu.c @@ -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);