mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 12:05:52 +00:00
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…
x
Reference in New Issue
Block a user