libretro-mirrors / beetle-saturn-libretro

Standalone port of Mednafen Saturn to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

"Per Game" Shared Memory Card Setting Does Not Work #181

Closed delta7890 closed 3 years ago

delta7890 commented 3 years ago

Setting the Shared Memory Card option to "Per Game" does not work as it should. Setting this option to "Per Game" has the same effect as setting it to "Shared."

I'd further like to recommend that the "Per Game" option, once fixed, be the default option as this has been the standard behavior in Beetle Saturn up to this point.

bslenul commented 3 years ago

Yeah, no matter what the core option is set to, it's like "shared" is always enabled :/ And +1 for the default being "per game", it was always like this before, would be weird to change it now...

housello commented 3 years ago

I fixed it and made a new pull request. It should work fine now, and the default setting is set to "disabled"

bslenul commented 3 years ago

Just tried your PR, works like a charm now, thank you for the fix! 👍

delta7890 commented 3 years ago

I can also confirm that everything is working as intended now. Thank you!