mirror of https://github.com/PCSX2/pcsx2.git
GunCon2: Max value for scale X/Y should be 200 not 100
This commit is contained in:
parent
4de0fbe6b0
commit
3f5dc4e182
|
@ -496,10 +496,10 @@ namespace usb_lightgun
|
|||
"Forces the use of the screen parameters below, instead of automatic parameters if available.",
|
||||
"false"},
|
||||
{SettingInfo::Type::Float, "scale_x", "X Scale (Sensitivity)",
|
||||
"Scales the position to simulate CRT curvature.", "100", "0", "100", "0.1", "%.2f%%", nullptr, nullptr,
|
||||
"Scales the position to simulate CRT curvature.", "100", "0", "200", "0.1", "%.2f%%", nullptr, nullptr,
|
||||
1.0f},
|
||||
{SettingInfo::Type::Float, "scale_y", "Y Scale (Sensitivity)",
|
||||
"Scales the position to simulate CRT curvature.", "100", "0", "100", "0.1", "%.2f%%", nullptr, nullptr,
|
||||
"Scales the position to simulate CRT curvature.", "100", "0", "200", "0.1", "%.2f%%", nullptr, nullptr,
|
||||
1.0f},
|
||||
{SettingInfo::Type::Float, "center_x", "Center X", "Sets the center position of the simulated screen.",
|
||||
"320", "0", "1024", "1", "%.0fpx", nullptr, nullptr, 1.0f},
|
||||
|
|
Loading…
Reference in New Issue