The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: DarkDraco on June 02, 2007, 11:48:48 am

Title: Average FPS on exitting mame
Post by: DarkDraco on June 02, 2007, 11:48:48 am
How do you disable this? i looked all over the play for a command line or something to get rid of this. its really irritating me. plz help thx
Title: Re: Average FPS on exitting mame
Post by: SGT on June 05, 2007, 09:40:38 am
Most everyone is using a front end that hides the command window so that you never see that.  Only way I know to get rid of it would be to comment out the following line of code in video.c of the mame source files and recompile:

mame_printf_info("Average speed: %.2f%% (%d seconds)\n", 100 * final_emu_time / final_real_time, add_subseconds_to_mame_time(global.overall_emutime, MAX_SUBSECONDS / 2).seconds);
Title: Re: Average FPS on exitting mame
Post by: tikbalang on June 05, 2007, 10:03:44 am
add "CLS" to your batch file, after the mame line. or, if your FE supports it, you can put "CLS" as the "post_command" (which will be run after mame). gamelauncher has it.

good luck.