From d6b9babe1d73a78e963455a5a6ea3e7431a44ece Mon Sep 17 00:00:00 2001 From: Thog Date: Tue, 21 Jan 2020 23:23:11 +0100 Subject: Keep the GUI alive when closing a game (#888) * Keep the GUI alive when closing a game Make HLE.Switch init when starting a game and dispose it when closing the GlScreen. This also make HLE in charge of disposing the audio and gpu backend. * Address Ac_k's comments * Make sure to dispose the Discord module and use GTK quit method Also update Discord Precense when closing a game. * Make sure to dispose MainWindow * Address gdk's comments --- Ryujinx.HLE/FileSystem/StorageId.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.HLE/FileSystem/StorageId.cs') diff --git a/Ryujinx.HLE/FileSystem/StorageId.cs b/Ryujinx.HLE/FileSystem/StorageId.cs index 1ef38e01..d4043e2c 100644 --- a/Ryujinx.HLE/FileSystem/StorageId.cs +++ b/Ryujinx.HLE/FileSystem/StorageId.cs @@ -1,6 +1,6 @@ namespace Ryujinx.HLE.FileSystem { - internal enum StorageId + public enum StorageId { None, Host, -- cgit v1.2.3