mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Change ordering of CPU downclocking options for better usability
This commit is contained in:
parent
0aee2054bd
commit
a304761f44
@ -3797,7 +3797,7 @@ void retro_set_environment(retro_environment_t cb)
|
||||
#endif
|
||||
{ option_widescreen_hack, "Widescreen mode hack; disabled|enabled" },
|
||||
{ option_frame_duping, "Frame duping (speedup); disabled|enabled" },
|
||||
{ option_cpu_freq_scale, "CPU frequency scaling (overclock); 100% (native)|110%|120%|130%|140%|150%|160%|170%|180%|190%|200%|210%|220%|230%|240%|250%|260%|265%|270%|280%|290%|300%|310%|320%|330%|340%|350%|360%|370%|380%|390%|400%|410%|420%|430%|440%|450%|460%|470%|480%|490%|500%|90%|80%|70%|60%|50%" },
|
||||
{ option_cpu_freq_scale, "CPU frequency scaling (overclock); 100% (native)|110%|120%|130%|140%|150%|160%|170%|180%|190%|200%|210%|220%|230%|240%|250%|260%|265%|270%|280%|290%|300%|310%|320%|330%|340%|350%|360%|370%|380%|390%|400%|410%|420%|430%|440%|450%|460%|470%|480%|490%|500%|50%|60%|70%|80%|90%" },
|
||||
{ option_gte_overclock, "GTE Overclock; disabled|enabled" },
|
||||
{ option_skip_bios, "Skip BIOS; disabled|enabled" },
|
||||
{ option_dither_mode, "Dithering pattern; 1x(native)|internal resolution|disabled" },
|
||||
|
Loading…
Reference in New Issue
Block a user