System: Should call PGXP Reset not Initialize() in InternalReset()

This commit is contained in:
Stenzek 2024-12-31 15:24:36 +10:00
parent 1bf076c74f
commit b76618fdf4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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