Skip to content

Commit

Permalink
Fix Formula One 2001
Browse files Browse the repository at this point in the history
Possibly others too?
  • Loading branch information
rickgaiser committed Nov 26, 2024
1 parent ab085bb commit 1175727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iop/cdvdman_emu/src/cdvdman.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,10 @@ static void cdvdman_cdread_Thread(void *args)
// The callback will trigger a new read (if needed)
if (Stm0Callback != NULL)
Stm0Callback();

// Notify external irx that sceCdRead has finished
// 'Formula One 2001' seems to need this for background music
cdvdman_cb_event(SCECdFuncRead);
break;
}

Expand Down

0 comments on commit 1175727

Please sign in to comment.