Uber-fast stop (thanks to smart memory card flushing) and various savestate changes.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3659 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2009-07-03 12:22:32 +00:00
parent 3ddbb094ab
commit 06b65ea425
10 changed files with 83 additions and 18 deletions

View file

@ -400,7 +400,10 @@ int Initialize()
return g_NumberOfWiiMotes;
}
void DoState(void* ptr, int mode) {}
void DoState(PointerWrap &p)
{
//TODO: Implement
}
void Shutdown(void)
{