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…
Add table
Add a link
Reference in a new issue