This commit is contained in:
Themaister 2012-01-05 19:34:15 +01:00
parent 5560babc11
commit af35a18515

View File

@ -155,8 +155,6 @@ struct XAudio : public IXAudio2VoiceCallback
HANDLE hEvent; HANDLE hEvent;
}; };
typedef struct xa XAudio;
static void *xa_init(const char *device, unsigned rate, unsigned latency) static void *xa_init(const char *device, unsigned rate, unsigned latency)
{ {
if (latency < 8) if (latency < 8)