mirror of https://github.com/PCSX2/pcsx2.git
USB-Turntable: Default multiplier to 1
This commit is contained in:
parent
2e6bd23f22
commit
460e4b8bb3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue