mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
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:
parent
4782f893d7
commit
7a6c46d8a6
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ void Fifo_DoState(PointerWrap &p)
|
|||
{
|
||||
p.DoArray(videoBuffer, FIFO_SIZE);
|
||||
p.Do(size);
|
||||
p.Do(g_pVideoData);
|
||||
}
|
||||
|
||||
void Fifo_Init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue