Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 committed Jul 22, 2022
1 parent 4611e2c commit cb851bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mupen64plus-core/src/device/rcp/rsp/rsp_core.c
Expand Up @@ -329,7 +329,7 @@ void do_SP_Task(struct rsp_core* sp)
if (sp->dp->dpc_regs[DPC_STATUS_REG] & DPC_STATUS_FREEZE) {
sp->dp->do_on_unfreeze |= DELAY_DP_INT;
} else {
add_interrupt_event(&sp->mi->r4300->cp0, DP_INT, sp->rsp_cycles + 4000);
add_interrupt_event(&sp->mi->r4300->cp0, DP_INT, sp->rsp_cycles * 4);
}
}
protect_framebuffers(&sp->dp->fb);
Expand Down
2 changes: 1 addition & 1 deletion mupen64plus-core/src/device/rcp/si/si_controller.c
Expand Up @@ -103,7 +103,7 @@ void init_si(struct si_controller* si,
struct pif* pif,
struct ri_controller* ri)
{
si->dma_duration = 0;
si->dma_duration = 4000;
si->mi = mi;
si->pif = pif;
si->ri = ri;
Expand Down

0 comments on commit cb851bf

Please sign in to comment.