mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-29 09:29:36 +02:00
support multiple sound drivers
This commit is contained in:
@@ -726,10 +726,10 @@ static void mplayer_loop(void)
|
||||
PDebugZ80Frame();
|
||||
if (in_menu_wait_any(NULL, 0) & PBTN_MA3)
|
||||
break;
|
||||
pemu_sound_wait();
|
||||
emu_sound_wait();
|
||||
}
|
||||
|
||||
pemu_sound_stop();
|
||||
emu_sound_stop();
|
||||
}
|
||||
|
||||
static void draw_text_debug(const char *str, int skip, int from)
|
||||
|
||||
Reference in New Issue
Block a user