Wiimote: simplify DoState() parameters

This commit is contained in:
Tillmann Karras
2015-10-01 08:48:32 +02:00
parent ba20f114eb
commit ae999cb43c
4 changed files with 3 additions and 5 deletions

View File

@ -164,7 +164,7 @@ static std::string DoState(PointerWrap& p)
p.DoMarker("video_backend");
if (SConfig::GetInstance().bWii)
Wiimote::DoState(p.GetPPtr(), p.GetMode());
Wiimote::DoState(p);
p.DoMarker("Wiimote");
PowerPC::DoState(p);