Fixed a bug where the emulator would still terminate the game when pressing a hotkey (unnecessary check removed)
This commit is contained in:
parent
b6667a8352
commit
c20452be61
@ -1210,17 +1210,6 @@ namespace Ryujinx.Ava
|
||||
return false;
|
||||
}
|
||||
|
||||
if (NpadManager.Update(ConfigurationState.Instance.Graphics.AspectRatio.Value.ToFloat()))
|
||||
{
|
||||
if (ConfigurationState.Instance.Hid.specialExitEmulator.Value == 1)
|
||||
{
|
||||
SpecialExit = true;
|
||||
}
|
||||
|
||||
|
||||
_isActive = false;
|
||||
}
|
||||
|
||||
if (NpadManager.Update(ConfigurationState.Instance.Graphics.AspectRatio.Value.ToFloat()))
|
||||
{
|
||||
if (ConfigurationState.Instance.Hid.specialExitEmulator.Value == 1)
|
||||
@ -1229,7 +1218,6 @@ namespace Ryujinx.Ava
|
||||
}
|
||||
if (ConfigurationState.Instance.Hid.specialExitEmulator.Value > 0)
|
||||
{
|
||||
|
||||
_isActive = false; //close game
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user