mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: VertexManager -> VertexManagerBase
It may be a bit weird to see calls to static functions in VertexManagerBase now, but at least it's easier to see what's going on.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace BPFunctions
|
||||
|
||||
void FlushPipeline()
|
||||
{
|
||||
VertexManager::Flush();
|
||||
VertexManagerBase::Flush();
|
||||
}
|
||||
|
||||
void SetGenerationMode()
|
||||
|
||||
Reference in New Issue
Block a user