Skip over UI stats when exiting
This commit is contained in:
parent
1fafb7ad25
commit
d78c60a469
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ namespace Ryujinx.UI
|
|||
|
||||
private static void End()
|
||||
{
|
||||
if (_gameLoaded)
|
||||
if (false)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue