mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
Allow GDB debugging through loads
This commit is contained in:
parent
e6b40486c5
commit
4be752dd98
@ -494,10 +494,10 @@ void System::Shutdown(bool is_deserializing) {
|
||||
perf_stats->GetMeanFrametime());
|
||||
|
||||
// Shutdown emulation session
|
||||
GDBStub::Shutdown();
|
||||
VideoCore::Shutdown();
|
||||
HW::Shutdown();
|
||||
if (!is_deserializing) {
|
||||
GDBStub::Shutdown();
|
||||
perf_stats.reset();
|
||||
cheat_engine.reset();
|
||||
app_loader.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user