diff options
Diffstat (limited to 'Ryujinx/Program.cs')
-rw-r--r-- | Ryujinx/Program.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index e27c4ae9..787a8ad5 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -1,4 +1,3 @@ -using ARMeilleure.Translation.PTC; using Gtk; using Ryujinx.Common; using Ryujinx.Common.Configuration; @@ -308,9 +307,6 @@ namespace Ryujinx private static void ProcessUnhandledException(Exception ex, bool isTerminating) { - Ptc.Close(); - PtcProfiler.Stop(); - string message = $"Unhandled exception caught: {ex}"; Logger.Error?.PrintMsg(LogClass.Application, message); @@ -330,9 +326,6 @@ namespace Ryujinx { DiscordIntegrationModule.Exit(); - Ptc.Dispose(); - PtcProfiler.Dispose(); - Logger.Shutdown(); } } |