mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-05 22:01:59 -05:00
revert last commit, add CheckInvalidState to VideoBackend
This commit is contained in:
@@ -161,7 +161,7 @@ void VertexManager::AddVertices(int primitive, int numVertices)
|
||||
void VertexManager::Flush()
|
||||
{
|
||||
// loading a state will invalidate BP, so check for it
|
||||
BPReload();
|
||||
g_video_backend->CheckInvalidState();
|
||||
|
||||
g_vertex_manager->vFlush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user