mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
|
@ -23,7 +23,7 @@ namespace BPFunctions
|
|||
|
||||
void FlushPipeline()
|
||||
{
|
||||
VertexManagerBase::Flush();
|
||||
g_vertex_manager->Flush();
|
||||
}
|
||||
|
||||
void SetGenerationMode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue