jtothebell / fake-08

A Pico-8 player/emulator for console homebrew
Other
559 stars 49 forks source link

Android RetroArch crash when load state. #222

Closed nuynait closed 7 months ago

nuynait commented 7 months ago

I made the core running in the RetroArch. It runs perfectly but crashes when load state. I noticed that the reason might be I haven't put the .info file into the core info directly. I'm not able to do that.

I installed the core by using the install core option in the retroarch, and it moves .so file to the core folder. However, there's no option to import the .info file to the info folder. I cannot manually access it because the folder is inside the /data/user/0/com.retroarch.aarch64/info and its a private folder. My device is not rooted.

Wonder if there's any way I can get the load state working.

nuynait commented 7 months ago

OK. So I ends up root my device. Put the info file into the .info directory and replace the exiting one. It works now. I can save and load state without any issue. Closing the ticket now.