mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Begin implementing save states to video software. Kind of works, sometimes.
This commit is contained in:
@ -169,3 +169,10 @@ void SetupUnit::SetupLineStrip()
|
||||
|
||||
void SetupUnit::SetupPoint()
|
||||
{}
|
||||
|
||||
void SetupUnit::DoState(PointerWrap &p)
|
||||
{
|
||||
p.Do(m_PrimType);
|
||||
p.Do(m_VertexCounter);
|
||||
p.DoArray(m_Vertices, sizeof m_Vertices);
|
||||
}
|
Reference in New Issue
Block a user