mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-20 15:09:10 +00:00
Kill Core::g_CoreStartupParameter.
This commit is contained in:
parent
44c4bc134a
commit
f93aa7087c
33 changed files with 133 additions and 129 deletions
|
@ -104,7 +104,7 @@ static void DoState(PointerWrap &p)
|
|||
g_video_backend->DoState(p);
|
||||
p.DoMarker("video_backend");
|
||||
|
||||
if (Core::g_CoreStartupParameter.bWii)
|
||||
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bWii)
|
||||
Wiimote::DoState(p.GetPPtr(), p.GetMode());
|
||||
p.DoMarker("Wiimote");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue