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

do not restart core if language changes #77

Closed ghost closed 5 years ago

hizzlekizzle commented 5 years ago

Oh wow, I didn't realize it had the restart in there whether options changed or not, originally. That's definitely not good. The first PR (i.e., only restart on change) was an improvement, then, but this one is better still, I think. Restarting is potentially destructive enough that we should leave it to the users in most/all cases, IMO.