mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
revert last commit, add CheckInvalidState to VideoBackend
This commit is contained in:
parent
ffddfd8662
commit
bd0abb3d2f
9 changed files with 57 additions and 57 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue