USB-Turntable: Default multiplier to 1

This commit is contained in:
Sanjay Govind 2023-08-12 23:20:15 +12:00 committed by refractionpcsx2
parent 2e6bd23f22
commit 460e4b8bb3
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ namespace usb_pad
static constexpr const SettingInfo info[] = {
{SettingInfo::Type::Float, "TurntableMultiplier", TRANSLATE_NOOP("USB", "Turntable Multiplier"),
TRANSLATE_NOOP("USB", "Apply a multiplier to the turntable"),
"0.00", "0.00", "100.0", "1.0", "%.0fx", nullptr, nullptr, 1.0f}};
"1.00", "0.00", "100.0", "1.0", "%.0fx", nullptr, nullptr, 1.0f}};
return info;
}