This PR modifies the libretro core options, bringing them in line with the ordering system used in other cores, which typically follow this sequence: 1) System, 2) Video, 3) Audio, 4) Input, 5) Emulation Hacks.
I also took the opportunity to do the following:
fix a typo related to a reference to the 'Core Provided' setting in RA;
fix a typo which resulted in the 'S5B Channel Volume %' option having the same sublabel description as the 'N163 Channel Volume %' option;
make the option list generally more readable, by adding comments that separate each category in the code;
add an explanation on how to use the 'Custom' palette configuration in the 'Palette' option sublabel.
Tested on Windows 11 x64. Here is a picture of the end result:
This PR modifies the libretro core options, bringing them in line with the ordering system used in other cores, which typically follow this sequence: 1) System, 2) Video, 3) Audio, 4) Input, 5) Emulation Hacks.
I also took the opportunity to do the following:
Tested on Windows 11 x64. Here is a picture of the end result: