mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-01 01:30:14 +00:00
Fix whitespace
This commit is contained in:
parent
2b12165e9f
commit
32c4a5c04c
1 changed files with 1 additions and 1 deletions
|
@ -1491,7 +1491,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
if (configurationFileFormat.Version < 52)
|
||||
{
|
||||
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 52.");
|
||||
|
||||
|
||||
configurationFileFormat.TurboMultiplier = 200;
|
||||
|
||||
configurationFileFormat.Hotkeys = new KeyboardHotkeys
|
||||
|
|
Loading…
Reference in a new issue