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

Function cellAudioSetNotifyEventQueue

ps3fw/cellAudio.cpp:1769–1776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769error_code cellAudioSetNotifyEventQueue(ppu_thread& ppu, u64 key)
1770{
1771 ppu.state += cpu_flag::wait;
1772
1773 cellAudio.warning("cellAudioSetNotifyEventQueue(key=0x%llx)", key);
1774
1775 return AudioSetNotifyEventQueue(ppu, key, 0);
1776}
1777
1778error_code cellAudioSetNotifyEventQueueEx(ppu_thread& ppu, u64 key, u32 iFlags)
1779{

Callers

nothing calls this directly

Calls 1

AudioSetNotifyEventQueueFunction · 0.85

Tested by

no test coverage detected