Skip to content

Commit

Permalink
Merge pull request #88 from JayFoxRox/fix-batching
Browse files Browse the repository at this point in the history
Pica: Reduce batching errors
  • Loading branch information
emmauss committed Apr 28, 2016
2 parents 0b69649 + c8806c9 commit 58caddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/video_core/command_processor.cpp
Expand Up @@ -409,6 +409,12 @@ static void WritePicaReg(u32 id, u32 value, u32 mask) {
range.second, range.first);
}

VideoCore::g_renderer->Rasterizer()->DrawTriangles();

if (g_debug_context) {
g_debug_context->OnEvent(DebugContext::Event::FinishedPrimitiveBatch, nullptr);
}

break;
}

Expand Down

0 comments on commit 58caddf

Please sign in to comment.