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