MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / cellAudioSetNotifyEventQueueEx

Function cellAudioSetNotifyEventQueueEx

ps3fw/cellAudio.cpp:1778–1790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1776}
1777
1778error_code cellAudioSetNotifyEventQueueEx(ppu_thread& ppu, u64 key, u32 iFlags)
1779{
1780 ppu.state += cpu_flag::wait;
1781
1782 cellAudio.todo("cellAudioSetNotifyEventQueueEx(key=0x%llx, iFlags=0x%x)", key, iFlags);
1783
1784 if (iFlags & (~0u >> 5))
1785 {
1786 return CELL_AUDIO_ERROR_PARAM;
1787 }
1788
1789 return AudioSetNotifyEventQueue(ppu, key, iFlags);
1790}
1791
1792error_code AudioRemoveNotifyEventQueue(u64 key, u32 iFlags)
1793{

Callers

nothing calls this directly

Calls 1

AudioSetNotifyEventQueueFunction · 0.85

Tested by

no test coverage detected