Allow GDB debugging through loads

This commit is contained in:
Hamish Milne 2020-04-11 19:47:31 +01:00
parent e6b40486c5
commit 4be752dd98

View file

@ -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();