From adb549254ef052b4333959b3f1425e997321404a Mon Sep 17 00:00:00 2001 From: "memberTwo.mb2" Date: Sun, 5 Oct 2008 08:12:27 +0000 Subject: [PATCH] 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 --- Source/Core/VideoCommon/Src/Fifo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/Src/Fifo.cpp b/Source/Core/VideoCommon/Src/Fifo.cpp index 9f95538bd9..09517d4da8 100644 --- a/Source/Core/VideoCommon/Src/Fifo.cpp +++ b/Source/Core/VideoCommon/Src/Fifo.cpp @@ -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()