gdb: Fix crash on exit when not using Debugger

This commit is contained in:
Coxxs 2025-06-21 01:04:44 +08:00
parent bbbbaaa669
commit 8682c51ef7

View file

@ -176,7 +176,7 @@ namespace Ryujinx.HLE
AudioDeviceDriver.Dispose(); AudioDeviceDriver.Dispose();
FileSystem.Dispose(); FileSystem.Dispose();
Memory.Dispose(); Memory.Dispose();
Debugger.Dispose(); Debugger?.Dispose();
TitleIDs.CurrentApplication.Value = null; TitleIDs.CurrentApplication.Value = null;
Shared = null; Shared = null;