AppleWin/source/frontends/libretro/rdirectsound.h
Andrea Odetti 1a5ec9ec0f libretro: play speaker audio (with some glitches).
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-25 21:59:48 +00:00

9 lines
181 B
C++

#pragma once
#include <cstdlib>
namespace RDirectSound
{
void writeAudio(const size_t ms);
void bufferStatusCallback(bool active, unsigned occupancy, bool underrun_likely);
}