The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: eldiego on March 10, 2018, 10:33:32 am

Title: Model2emulator save hi scores
Post by: eldiego on March 10, 2018, 10:33:32 am
Hi, i can t save the hi scores when exit from m2emulator. There are any patch like mame to do this?
Thanks
Title: Re: Model2emulator save hi scores
Post by: Nuexzz on March 11, 2018, 07:24:19 pm
here the hiscores are saved, which frontend are you using or something similar?
Title: Re: Model2emulator save hi scores
Post by: eldiego on April 30, 2018, 06:58:41 pm
Hyperspin.
Mame hi scores are saved m2emulator not save
Title: Re: Model2emulator save hi scores
Post by: Nuexzz on May 04, 2018, 01:18:51 pm

I do not use hyperspin, but the problem is that the emulator is closing badly and it will not save the last configurations, in the hyperspin forums this is your solution

you could try with ahk commands, or also with closemul

Run,% executable%% romName%,% emuPath%, Hide
Process, WaitClose,% Executable%

ExitApp

CloseProcess:
Send, {ALTDOWN} {F4} {ALTUP}
Return
Title: Re: Model2emulator save hi scores
Post by: eldiego on May 04, 2018, 09:15:07 pm
No entendi la verdad....
Title: Re: Model2emulator save hi scores
Post by: eldiego on May 05, 2018, 11:27:05 am
with that solution i don t close the emu correctly. I think the problem is m2emulator not have a keyword to close correctly the emulator. the only way that i know is kill the app and when i do this not save thye hiscores....
Title: Re: Model2emulator save hi scores
Post by: eldiego on June 10, 2018, 07:03:30 pm
Finally work. I put two buttons with joy2key "f4" and "alt" and when i press both model2emulator close correctly and save hi scores.
Thanks to all