Skip over UI stats when exiting

This commit is contained in:
Alex Barney 2019-11-02 14:47:02 -07:00
parent 1fafb7ad25
commit d78c60a469

View file

@ -360,7 +360,7 @@ namespace Ryujinx.UI
private static void End()
{
if (_gameLoaded)
if (false)
{
try
{