aboutsummaryrefslogtreecommitdiff
path: root/shell/audio/alsa
diff options
context:
space:
mode:
authorneonloop2021-03-10 16:53:39 +0000
committerneonloop2021-03-10 16:53:39 +0000
commitadaecd14d484d309e4d9ba2353ae843ab5213aec (patch)
tree92ba55bfc2e06aac66a6f5e1080cc2018815c7dc /shell/audio/alsa
parentba054eee2a5f9d7abfaf1fad62c0f77eef1c1da7 (diff)
downloadsnesemu-adaecd14d484d309e4d9ba2353ae843ab5213aec.tar.gz
snesemu-adaecd14d484d309e4d9ba2353ae843ab5213aec.tar.bz2
snesemu-adaecd14d484d309e4d9ba2353ae843ab5213aec.zip
Initial trimui model s support
Diffstat (limited to 'shell/audio/alsa')
-rw-r--r--shell/audio/alsa/sound_output.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/audio/alsa/sound_output.c b/shell/audio/alsa/sound_output.c
index 5173bb6..4da70a7 100644
--- a/shell/audio/alsa/sound_output.c
+++ b/shell/audio/alsa/sound_output.c
@@ -132,6 +132,10 @@ void Audio_Write(int16_t* restrict buffer, uint32_t buffer_size)
}
}
+bool Audio_Underrun_Likely() {
+ return false;
+}
+
void Audio_Close()
{
if (handle)