mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-07-29 07:34:14 -04:00
Replace uses of SWA with UnleashedRecomp & rebrand the recompilers. (#138)
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
// Number of samples in a frame
|
||||
#define XAUDIO_NUM_SAMPLES 256
|
||||
|
||||
#ifdef SWA_IMPL
|
||||
void XAudioInitializeSystem();
|
||||
void XAudioRegisterClient(PPCFunc* callback, uint32_t param);
|
||||
void XAudioSubmitFrame(void* samples);
|
||||
#endif
|
||||
|
||||
uint32_t XAudioRegisterRenderDriverClient(be<uint32_t>* callback, be<uint32_t>* driver);
|
||||
uint32_t XAudioUnregisterRenderDriverClient(uint32_t driver);
|
||||
|
||||
Reference in New Issue
Block a user