mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
gdb: Fix crash on exit when not using Debugger
This commit is contained in:
parent
c2d84ffdde
commit
2c01f30f41
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ namespace Ryujinx.HLE
|
|||
AudioDeviceDriver.Dispose();
|
||||
FileSystem.Dispose();
|
||||
Memory.Dispose();
|
||||
Debugger.Dispose();
|
||||
Debugger?.Dispose();
|
||||
|
||||
TitleIDs.CurrentApplication.Value = null;
|
||||
Shared = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue