mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
support multiple sound drivers
This commit is contained in:
parent
636d5f257c
commit
df92fbd1f2
8 changed files with 55 additions and 58 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue