MAMEWorld >> News
View all threads Index   Flat Mode Flat  

Arieta
MAME Fan
Reged: 11/18/06
Posts: 92
Send PM
Re: [Annc] MameUI64/32 .143.7 released.
10/16/11 06:26 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.
>
> 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
>
>
> 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.

Sadly I have 0 experience with compiling software. What software do I need for doing this? I could do it if it's as simple as downloading a compiler, dropping the source code in and getting an exe, but with all the compiler errors I've seen in the past for various software, I'm not getting my hopes up.







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 
1 registered and 22 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3489