libretro / LRPS2

GNU General Public License v2.0
159 stars 47 forks source link

Different save location on different devices #272

Closed BrianAllred closed 8 months ago

BrianAllred commented 8 months ago

I've got the latest LRPS2 nightly core set up on the Steam version of RetroArch on my desktop and Steam Deck, but for some reason, the core seems to be saving the .ps2 memory card to different folders. Steam cloud save is syncing both of these folders correctly, and I have both folders on both devices, but one device reads one folder, and the other device reads the other folder.

Both devices are running the same version of RetroArch and LRPS2.

My desktop reads saves out of ./RetroArch/saves/LRPS2 (alpha)/Slot 1/

And the Steam Deck is reading saves out of ./RetroArch/saves/Slot 1/

If there's a setting I'm missing, please let me know, I've dug through pretty much the entire RetroArch settings menu looking for anything to help.

Edit: As a workaround, I've symlinked the files on my desktop and cloud syncs now work. But I'm still really curious why this is happening.

zorn-v commented 8 months ago

Check Settings > Saving > Sort Saves into Folders by Core Name

BrianAllred commented 8 months ago

Ah, I didn't see that setting on my Steam Deck because I didn't have Show Advanced Settings enabled. Thanks!