Merge pull request #5106 from GovanifY/master

gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization
This commit is contained in:
Pengfei Zhu
2020-03-03 23:53:28 +08:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@ -308,7 +308,7 @@ System::ResultStatus System::Init(Frontend::EmuWindow& emu_window, u32 system_mo
HW::Init(*memory);
Service::Init(*this);
GDBStub::Init();
GDBStub::DeferStart();
VideoCore::ResultStatus result = VideoCore::Init(emu_window, *memory);
if (result != VideoCore::ResultStatus::Success) {