mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-28 21:30:32 +00:00
Update Ryujinx/Ui/Windows/SettingsWindow.cs
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
parent
e92023e2b0
commit
0a6d2a8102
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ namespace Ryujinx.Ui.Windows
|
|||
_directoryChanged = false;
|
||||
}
|
||||
|
||||
if (!float.TryParse(_resScaleText.Buffer.Text.Replace(",","."), out float resScaleCustom) || resScaleCustom <= 0.0f)
|
||||
if (!float.TryParse(_resScaleText.Buffer.Text.Replace(",", "."), out float resScaleCustom) || resScaleCustom <= 0.0f)
|
||||
{
|
||||
resScaleCustom = 1.0f;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue