Skip to content

Commit

Permalink
3rdParty: respect rdp full sync in mupen64plus-video-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Mar 2, 2025
1 parent f77475e commit 7d99159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/3rdParty/mupen64plus-video-parallel/parallel_imp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@ void vk_process_commands()

// For synchronous RDP:
if (vk_synchronous)
processor->signal_timeline();
{
processor->wait_for_timeline(processor->signal_timeline());
}

*gfx.MI_INTR_REG |= DP_INTERRUPT;
*GET_GFX_INFO(DPC_STATUS_REG) &= ~(DP_STATUS_PIPE_BUSY | DP_STATUS_START_GCLK);
Expand Down

0 comments on commit 7d99159

Please sign in to comment.