libretro / beetle-ngp-libretro

Standalone port of Mednafen NGP to the libretro API, itself a fork of Neopop.
GNU General Public License v2.0
11 stars 43 forks source link

restart core if options change #75

Closed ghost closed 5 years ago

hizzlekizzle commented 5 years ago

I'm not sure how I feel about it forcing a restart on change. Seems like it could cause someone to lose progress unexpectedly.

ghost commented 5 years ago

Currently right now if you open the options menu, it will always restart the core regardless of whether you changed the language.

With this patch, it will restart only if you switch languages. Menu option for language does give a warning that it will restart the core.

edit: Oh I see what you're aiming at. Have the user manually restart the core instead like PCE Accurate / Snes9x cores?