gdb: Fix crash on exit when not using Debugger

This commit is contained in:
Coxxs 2025-06-21 01:04:44 +08:00
parent c2d84ffdde
commit 2c01f30f41

View file

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