Reconnect cheat_engine during load

This commit is contained in:
Hamish Milne 2020-04-06 20:26:41 +01:00
parent b5f394dd12
commit ac37de10fc
3 changed files with 6 additions and 0 deletions

View file

@ -167,6 +167,7 @@ void System::LoadState(u32 slot) {
auto system_mode = this->app_loader->LoadKernelSystemMode();
auto n3ds_mode = this->app_loader->LoadKernelN3dsMode();
Init(*m_emu_window, *system_mode.first, *n3ds_mode.first);
cheat_engine->Connect();
try {