mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 12:19:12 +00:00
Fixed crashes
This commit is contained in:
parent
c2be4912dc
commit
0ce48134a0
1 changed files with 9 additions and 9 deletions
|
@ -1004,16 +1004,16 @@ namespace Ryujinx.Ava
|
|||
|
||||
if (shouldExit)
|
||||
{
|
||||
//if (ConfigurationState.Instance.CloseOnEmulatorStop)
|
||||
//{
|
||||
// Console.WriteLine("quitting");
|
||||
//Console.WriteLine("still quitting");
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
if (ConfigurationState.Instance.CloseOnEmulatorStop)
|
||||
{
|
||||
Console.WriteLine("quitting");
|
||||
Console.WriteLine("still quitting");
|
||||
}
|
||||
else
|
||||
{
|
||||
Stop();
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue