Drop remnants of the plugin system

This commit is contained in:
Léo Lam
2017-05-16 19:21:21 +02:00
parent 643b218c1d
commit f96ab66d31
5 changed files with 0 additions and 21 deletions

View File

@ -154,10 +154,4 @@ void DoState(PointerWrap& p)
for (int i = 0; i < MAX_BBMOTES; ++i)
static_cast<WiimoteEmu::Wiimote*>(s_config.GetController(i))->DoState(p);
}
// Notifies the plugin of a change in emulation state
void EmuStateChange(EMUSTATE_CHANGE newState)
{
WiimoteReal::StateChange(newState);
}
}