mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VertexManagerBase: Get rid of static behavior
This commit is contained in:
parent
f1964f90d6
commit
1392efa91d
8 changed files with 58 additions and 71 deletions
|
@ -57,7 +57,7 @@ void VideoCommon_DoState(PointerWrap& p)
|
|||
GeometryShaderManager::DoState(p);
|
||||
p.DoMarker("GeometryShaderManager");
|
||||
|
||||
VertexManagerBase::DoState(p);
|
||||
g_vertex_manager->DoState(p);
|
||||
p.DoMarker("VertexManager");
|
||||
|
||||
BoundingBox::DoState(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue