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