Update AudioMain.cpp
This commit is contained in:
parent
be8b97983a
commit
a7f7ea5058
|
@ -111,6 +111,7 @@ EXPORT uint32_t CALL AiReadLength(void)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
WriteTrace(TraceAudioInterface, TraceDebug, "Done (res: %d)", g_SoundDriver->AI_ReadLength());
|
||||
return g_SoundDriver->AI_ReadLength();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue