reverted r777 (bad sunday morning quick commit) but the general id is there :p

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@778 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
memberTwo.mb2 2008-10-05 08:12:27 +00:00
parent 7a6c46d8a6
commit adb549254e

View File

@ -35,7 +35,7 @@ void Fifo_DoState(PointerWrap &p)
{
p.DoArray(videoBuffer, FIFO_SIZE);
p.Do(size);
p.Do(g_pVideoData);
// TODO : savestate of the old readptr equivalent
}
void Fifo_Init()