MAMEWorld >> News
View all threads Index   Flat Mode Flat  

redk9258
Regular
Reged: 09/21/03
Posts: 3968
Loc: Troy, Illinois USA
Send PM
Re: [Annc] MameUI64/32 .143.7 released.
10/15/11 03:39 AM


> May I ask, if it is possible to turn back on the play time / play count
> functionality? It was removed some time after 0.141, in an attempt to improve load
> times (made no difference in my end). I actually like those statistics.

It makes a hell of a difference. If you want yours to have it, you can uncomment 2 lines and compile it back in.

Code:


mui_options.c
static const options_entry perGameOptions[] =
{
// per game options
// { "_play_count", "0", OPTION_INTEGER, NULL },
// { "_play_time", "0", OPTION_INTEGER, NULL },
{ "_rom_audit", "-1", OPTION_INTEGER, NULL },
{ "_samples_audit", "-1", OPTION_INTEGER, NULL },
// { "_extra_software", "", OPTION_STRING, NULL },
{ NULL }
};



to


Code:


static const options_entry perGameOptions[] =
{
// per game options
{ "_play_count", "0", OPTION_INTEGER, NULL },
{ "_play_time", "0", OPTION_INTEGER, NULL },
{ "_rom_audit", "-1", OPTION_INTEGER, NULL },
{ "_samples_audit", "-1", OPTION_INTEGER, NULL },
// { "_extra_software", "", OPTION_STRING, NULL },
{ NULL }
};



and compile.







Entire thread
Subject Posted by Posted on
* [Annc] MameUI64/32 .143.7 released. John IV 10/11/11 06:45 AM
. * Re: [Annc] MameUI64/32 .143.7 released. Arieta  10/14/11 11:30 PM
. * Re: [Annc] MameUI64/32 .143.7 released. redk9258  10/15/11 03:39 AM
. * Re: [Annc] MameUI64/32 .143.7 released. Arieta  10/16/11 06:26 AM
. * Re: [Annc] MameUI64/32 .143.7 released. redk9258  10/16/11 06:31 AM
. * Re: [Annc] MameUI64/32 .143.7 released. Fiat1  10/13/11 07:30 AM
. * Did a MAMEUI code analysis with Cppcheck... MASH  10/12/11 01:01 AM
. * Re: Did a MAMEUI code analysis with Cppcheck... DaffyDuck  10/13/11 11:04 AM
. * Re: Did a MAMEUI code analysis with Cppcheck... Mamesick  10/14/11 04:46 PM
. * Re: [Annc] MameUI64/32 .143.7 released. cyberdman  10/12/11 12:56 AM
. * Re: [Annc] MameUI64/32 .143.7 released. AnimalBear  10/11/11 05:03 PM
. * Re: [Annc] MameUI64/32 .143.7 released. redk9258  10/11/11 12:51 PM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
0 registered and 21 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3490