libretro / snes9x

Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
http://www.snes9x.com
Other
47 stars 56 forks source link

Sanitise order of core option values #220

Closed jdgleaver closed 5 years ago

jdgleaver commented 5 years ago

This PR uses the default_value parameter of the new core options interface to 'sanitise' the ordering of numerical core option values.

libretro_set_core_options() has been updated to automatically set the correct default value when building old style retro_variable arrays for frontends that do not support the new core options interface. The libretro_core_options.h file included here should therefore be considered the new 'reference' implementation.