Minor audio tweeks + profiling.

This commit is contained in:
Ben Vanik
2015-05-28 00:19:17 -07:00
parent db3d8fdc87
commit a93325434a
4 changed files with 33 additions and 8 deletions

View File

@@ -126,6 +126,7 @@ class AudioSystem {
}
uint32_t AllocateXmaContext();
void ReleaseXmaContext(uint32_t guest_ptr);
bool BlockOnXmaContext(uint32_t guest_ptr, bool poll);
X_STATUS RegisterClient(uint32_t callback, uint32_t callback_arg,
size_t* out_index);