Wiimote: Fixed Issue 517

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2014 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-01-26 07:29:04 +00:00
parent b0736a1508
commit 5ba7952988
3 changed files with 18 additions and 10 deletions

View File

@ -152,8 +152,7 @@ void DoState(void* ptr, int mode)
/* We don't need to do anything here. All values will be reset as FreeLibrary() is called
when we stop a game */
void Shutdown(void)
{
}
{}
// ===================================================