GunCon2: Max value for scale X/Y should be 200 not 100

This commit is contained in:
Connor McLaughlin 2022-12-18 18:49:24 +10:00 committed by lightningterror
parent 4de0fbe6b0
commit 3f5dc4e182
1 changed files with 2 additions and 2 deletions

View File

@ -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},