mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
OpenAL implementation of givealbuffer_wt().
This commit is contained in:
@@ -304,6 +304,12 @@ givealbuffer_music(const void *buf)
|
||||
givealbuffer_common(buf, 1, MUSICBUFLEN << 1, MUSIC_FREQ);
|
||||
}
|
||||
|
||||
void
|
||||
givealbuffer_wt(const void *buf)
|
||||
{
|
||||
givealbuffer_common(buf, 1, WTBUFLEN << 1, WT_FREQ);
|
||||
}
|
||||
|
||||
void
|
||||
givealbuffer_cd(const void *buf)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user