diff --git a/src/wx/config/internal/option-internal.cpp b/src/wx/config/internal/option-internal.cpp index c4a0c21f..1ab15218 100644 --- a/src/wx/config/internal/option-internal.cpp +++ b/src/wx/config/internal/option-internal.cpp @@ -353,9 +353,9 @@ std::array& Option::All() { Option(OptionID::kPrefSkipBios, &coreOptions.skipBios), Option(OptionID::kPrefSkipSaveGameCheats, &coreOptions.skipSaveGameCheats, 0, 1), Option(OptionID::kPrefSkipSaveGameBattery, &coreOptions.skipSaveGameBattery, 0, 1), - Option(OptionID::kPrefThrottle, &coreOptions.throttle, 0, 450), - Option(OptionID::kPrefSpeedupThrottle, &coreOptions.speedup_throttle, 0, 450), - Option(OptionID::kPrefSpeedupFrameSkip, &coreOptions.speedup_frame_skip, 0, 40), + Option(OptionID::kPrefThrottle, &coreOptions.throttle, 0, 1000), + Option(OptionID::kPrefSpeedupThrottle, &coreOptions.speedup_throttle, 0, 1000), + Option(OptionID::kPrefSpeedupFrameSkip, &coreOptions.speedup_frame_skip, 0, 60), Option(OptionID::kPrefSpeedupThrottleFrameSkip, &coreOptions.speedup_throttle_frame_skip), Option(OptionID::kPrefSpeedupMute, &coreOptions.speedup_mute), Option(OptionID::kPrefUseBiosGB, &g_owned_opts.use_bios_file_gb),