Update MainWindow.cs
This commit is contained in:
parent
8e5405dca3
commit
cb9590e355
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
using DiscordRPC;
|
||||
using ARMeilleure.Translation.AOT;
|
||||
using DiscordRPC;
|
||||
using Gtk;
|
||||
using GUI = Gtk.Builder.ObjectAttribute;
|
||||
using Ryujinx.Audio;
|
||||
|
@ -394,6 +395,7 @@ namespace Ryujinx.UI
|
|||
}
|
||||
|
||||
Profile.FinishProfiling();
|
||||
Aot.Dispose();
|
||||
_device.Dispose();
|
||||
_audioOut.Dispose();
|
||||
DiscordClient.Dispose();
|
||||
|
|
Loading…
Add table
Reference in a new issue