PowerPC: Refactor to class, move to System.

This commit is contained in:
Admiral H. Curtiss 2023-03-28 20:26:52 +02:00
commit 23843583bf
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
50 changed files with 705 additions and 531 deletions

View file

@ -233,7 +233,7 @@ static void DoState(PointerWrap& p)
HW::DoState(system, p);
p.DoMarker("HW");
PowerPC::DoState(p);
system.GetPowerPC().DoState(p);
p.DoMarker("PowerPC");
if (SConfig::GetInstance().bWii)