mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: don't save streaming fifos into savestate
This commit is contained in:
@ -54,8 +54,7 @@ protected:
|
||||
u16* GetIndexBuffer() { return &LocalIBuffer[0]; }
|
||||
u8* GetVertexBuffer() { return &s_pBaseBufferPointer[0]; }
|
||||
|
||||
virtual void vDoState(PointerWrap& p) { DoStateShared(p); }
|
||||
void DoStateShared(PointerWrap& p);
|
||||
virtual void vDoState(PointerWrap& p) { }
|
||||
|
||||
static PrimitiveType current_primitive_type;
|
||||
|
||||
|
Reference in New Issue
Block a user