Skip to content

Commit

Permalink
HACK: Flush Q pipeline when flushing P pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed May 11, 2023
1 parent 468de01 commit bc3a690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ee/VUShared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,7 @@ void VUShared::SUBAi(CMipsJitter* codeGen, uint8 dest, uint8 fs, uint32 relative
void VUShared::WAITP(CMipsJitter* codeGen)
{
FlushPipeline(g_pipeInfoP, codeGen);
FlushPipeline(g_pipeInfoQ, codeGen);
}

void VUShared::WAITQ(CMipsJitter* codeGen)
Expand Down

0 comments on commit bc3a690

Please sign in to comment.