Final typo and error fixes and include reordering

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@372 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2008-08-28 09:19:46 +00:00
parent 531230c03d
commit f8b4311b66
6 changed files with 37 additions and 22 deletions

View File

@ -16,7 +16,12 @@
// http://code.google.com/p/dolphin-emu/
#include "VideoState.h"
#include "BPMemory.h"
#include "CPMemory.h"
#include "XFMemory.h"
#include "TextureDecoder.h"
#include "Fifo.h"
static void DoState(ChunkFile &f) {
// BP Memory
@ -33,10 +38,7 @@ static void DoState(ChunkFile &f) {
f.Do(texMem);
// FIFO
f.Do(size);
f.DoArray(videoBuffer, sizeof(u8), size);
f.Do(readptr);
Fifo_DoState(f);
//TODO: Check for more pointers in the data structures and make them
// serializable