libretro-mirrors / beetle-saturn-libretro

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

added option to enable shared memory card support #180

Closed housello closed 3 years ago

housello commented 3 years ago

Hi, I added an option to use shared bcr and bkr, useful with multi disc games and games that need to share the saves (like duke nukem 3d and quake)

bslenul commented 3 years ago

See #181, "shared" is always true even if "per game" is selected. And yeah "per game" should be the default since it was like this for years, atm this completely breaks backward compatibility with saves made from previous versions.

edit: Works fine with #182 👍