mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
VideoCommon: don't save streaming fifos into savestate
This commit is contained in:
parent
ff002320a5
commit
62f1905978
2 changed files with 1 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue