mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 04:39:11 +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)
|
if (ConfigurationState.Instance.CloseOnEmulatorStop)
|
||||||
{
|
{
|
||||||
Console.WriteLine("quitting");
|
|
||||||
Console.WriteLine("still quitting");
|
|
||||||
if (Application.Current.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime app)
|
if (Application.Current.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime app)
|
||||||
{
|
{
|
||||||
app.MainWindow.Close();
|
app.MainWindow.Close();
|
||||||
|
|
Loading…
Reference in a new issue