From 1175727529c254d80cca3d6f44d4ec6e43c27bad Mon Sep 17 00:00:00 2001 From: Maximus32 Date: Tue, 26 Nov 2024 23:18:04 +0100 Subject: [PATCH] Fix Formula One 2001 Possibly others too? --- iop/cdvdman_emu/src/cdvdman.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iop/cdvdman_emu/src/cdvdman.c b/iop/cdvdman_emu/src/cdvdman.c index 0f7e9b8..7ebdd33 100644 --- a/iop/cdvdman_emu/src/cdvdman.c +++ b/iop/cdvdman_emu/src/cdvdman.c @@ -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; }