libretro / snes9x

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

Further sanitise core options #221

Closed jdgleaver closed 5 years ago

jdgleaver commented 5 years ago

This PR cleans up the core options display with the following changes:

Show Light Gun Settings Show Advanced Audio/Video Settings

Screenshot_2019-07-17_11-12-49

When disabled (default setting), the large number of light gun settings and 'debug' A/V options are hidden. These options are seldom accessed by most users, and showing them 'on demand' creates a far cleaner interface.

When the Show options are enabled, everything is displayed as usual:

Screenshot_2019-07-17_11-13-11

Screenshot_2019-07-17_11-13-46

For frontends that don't support the new core options interface, the two Show options are omitted, and everything else is always displayed.