shady8knight Posted June 25, 2019 Share Posted June 25, 2019 Hi everyone, i finished my cabinet and started playing but noticed something terrible. When i use games on retroarch it doesn't saves or better, it does, but when i close it and open again the game, the save doesn't exist. I noticed even that if i close the content instead of forcing the closure of retroarch it works good but in my cabinet i cannot do that, to come back to the big box menù i use an ahk that force the closure of the emulators. Any suggestion to solve it? Thank you very much. Quote Link to comment Share on other sites More sharing options...
cpujunkie Posted June 25, 2019 Share Posted June 25, 2019 Might need an ahk script that sends the keyboard shortcut to exit retroarch so retroarch can write the files it needs to as its closing Quote Link to comment Share on other sites More sharing options...
neil9000 Posted June 25, 2019 Share Posted June 25, 2019 19 minutes ago, shady8knight said: Hi everyone, i finished my cabinet and started playing but noticed something terrible. When i use games on retroarch it doesn't saves or better, it does, but when i close it and open again the game, the save doesn't exist. I noticed even that if i close the content instead of forcing the closure of retroarch it works good but in my cabinet i cannot do that, to come back to the big box menù i use an ahk that force the closure of the emulators. Any suggestion to solve it? Thank you very much. Do you have premium? Because the standard automation will exit retroarch just fine. Alternatively you can set a exit combo directly in Retroarch itself, Retroarch simply uses Escape to exit. Quote Link to comment Share on other sites More sharing options...
shady8knight Posted June 25, 2019 Author Share Posted June 25, 2019 Yes i have premium, thank you for the suggestion, i use the ahk to close all the emulators, maybe i must calibrate this thing, i'll give a try. thank you Quote Link to comment Share on other sites More sharing options...
neil9000 Posted June 25, 2019 Share Posted June 25, 2019 2 minutes ago, shady8knight said: Yes i have premium, thank you for the suggestion, i use the ahk to close all the emulators, maybe i must calibrate this thing, i'll give a try. thank you If you have premium then the built in automation will work to close "most" emulators without any additional AHK scripts, any outliers that do not "just work" you add this script to the "running autohotkeyscript" section in manage emulators, and that should then close those stubborn emulators with the same automation combo. ; This section closes Demul when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
DOS76 Posted June 25, 2019 Share Posted June 25, 2019 I prefer to just use the close option from RA by setting a key combo on my controller same for MAME why use a AHK when the program already has built in options to do the same thing but in a cleaner manner. Quote Link to comment Share on other sites More sharing options...
shady8knight Posted June 25, 2019 Author Share Posted June 25, 2019 Ok, i'm trying and it seems to work, just disabled the closure process of retroarch in my ahk and then setted on retroarch inside. Found even this solution but doesn't make me feel sure..... To fix this you can enable the "SaveRAM autosave interval" option under Settings > Saving. Be aware that it might corrupt your save if you close RetroArch while the game is saving, especially in games that heavily use the SRAM and with a low autosave interval. Another option is to use save states. If you're on Android, make sure your save folder isn't located on an external SD card, it won't work. Only the last matters, there's a way to set the hotkeys in retroarch for all controllers configured? It seems to work only on controller 1, i've searched but didn't found. I would like to exit with any controller. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted June 25, 2019 Share Posted June 25, 2019 Quote Link to comment Share on other sites More sharing options...
shady8knight Posted June 25, 2019 Author Share Posted June 25, 2019 Tried, make the controller 2 able to move in the menu but doesn't able it to use hotkeys Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.