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