mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 12:19:12 +00:00
Remove console testing
This commit is contained in:
parent
14bc03dc0d
commit
1966f5864a
1 changed files with 0 additions and 2 deletions
|
@ -1006,8 +1006,6 @@ namespace Ryujinx.Ava
|
|||
{
|
||||
if (ConfigurationState.Instance.CloseOnEmulatorStop)
|
||||
{
|
||||
Console.WriteLine("quitting");
|
||||
Console.WriteLine("still quitting");
|
||||
if (Application.Current.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime app)
|
||||
{
|
||||
app.MainWindow.Close();
|
||||
|
|
Loading…
Reference in a new issue