PAD: windows: fix pad reloading when core actions are done

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-12-13 07:17:44 +01:00 committed by lightningterror
parent b8cedae527
commit b941d16f78
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ void AppCoreThread::Resume()
GetCorePlugins().Init();
SPU2init();
PADinit();
_parent::Resume();
}