diff --git a/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs b/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs index 0950b3174..462b6c559 100644 --- a/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs +++ b/src/Ryujinx/UI/ViewModels/SettingsViewModel.cs @@ -516,10 +516,10 @@ namespace Ryujinx.Ava.UI.ViewModels EnableMouse = config.Hid.EnableMouse; EnableSpecialExit = config.Hid.specialExitEmulator.Value switch { - 0=> 0, // "Hotkey 'Exit' is Disabled" - 1=> 1, // "Close app. by hotkey" - 2=> 2, // "Close game by hotkey" - _=> 0 // "Hotkey 'Exit' is Disabled" + 0 => 0, // "Hotkey 'Exit' is Disabled" + 1 => 1, // "Close app. by hotkey" + 2 => 2, // "Close game by hotkey" + _ => 0 // "Hotkey 'Exit' is Disabled" }; // Keyboard Hotkeys