System: Should call PGXP Reset not Initialize() in InternalReset()
This commit is contained in:
parent
1bf076c74f
commit
b76618fdf4
|
@ -2728,7 +2728,7 @@ void System::InternalReset()
|
|||
CPU::Reset();
|
||||
CPU::CodeCache::Reset();
|
||||
if (g_settings.gpu_pgxp_enable)
|
||||
CPU::PGXP::Initialize();
|
||||
CPU::PGXP::Reset();
|
||||
|
||||
Bus::Reset();
|
||||
PIO::Reset();
|
||||
|
|
Loading…
Reference in New Issue