oops savestate in SC mode should be fixed now (bug from 760).

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@777 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
memberTwo.mb2 2008-10-05 07:56:16 +00:00
parent 4782f893d7
commit 7a6c46d8a6
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ void Fifo_DoState(PointerWrap &p)
{
p.DoArray(videoBuffer, FIFO_SIZE);
p.Do(size);
p.Do(g_pVideoData);
}
void Fifo_Init()