-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wonderswan Save Issue #1162
Comments
Sounds like a core problem because system_directory is for bios files https://github.com/libretro/RetroArch/blob/master/retroarch.cfg#L74 |
I believe it's the "mednafen" emulators that tend save where they please. |
What happens if you set |
nothing, i've already tried multiple times this was the only method that worked (changing Bios folder to rom folder). I still yet to find a method to get neogeo pocket working. |
Ok. I had seen some lines of code suggesting this: On the other hand i do not understand (atm) why system_directory is base_directory: Something to evaluate next year ;-) |
As for the Neogeo Pocket emulators, i don't think they have a declared location to save in. Which is probably why they can't be directed in any way. |
we had the same issue with gpsp, save states only work in the directory it's installed in |
@HerbFargus that wasn't a libretro emulator issue though afair |
Ah, yeah i suppose you're right. |
@joolswills @HerbFargus |
That's what i did to correct wonderswan saves and no they don't need bios; but that didn't work for Neogeo Pocket/Colour (saves home folder of pi) |
@Omnija try out the fix on my branch for neogeo pocket and tell me if it fixes the issue: https://github.com/HerbFargus/beetle-ngp-libretro/tree/save-fix |
the |
Wonderswan and Color save games in the bios folder.
These lines should be added to each individual emulators retroarch.cfg to make sure they save in the game folder.
system_directory = /home/pi/RetroPie/roms/wonderswancolor
system_directory = /home/pi/RetroPie/roms/wonderswan
Neogeo Pocket and Color save in the home folder still unsure why or how to redirect them.
The text was updated successfully, but these errors were encountered: