mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
LIBRETRO: add audio_status initial value
This commit is contained in:
parent
dd621b1e76
commit
1d1fa646d0
@ -89,7 +89,7 @@ static uint8 frameskip_events = 0;
|
||||
|
||||
static bool consecutive_screen_updates = false;
|
||||
|
||||
static uint8 audio_status = 0;
|
||||
static uint8 audio_status = AUDIO_STATUS_MUTE;
|
||||
|
||||
static unsigned retro_audio_buff_occupancy = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user