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

Function cellAudioRemoveNotifyEventQueue

ps3fw/cellAudio.cpp:1821–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1819}
1820
1821error_code cellAudioRemoveNotifyEventQueue(u64 key)
1822{
1823 cellAudio.warning("cellAudioRemoveNotifyEventQueue(key=0x%llx)", key);
1824
1825 return AudioRemoveNotifyEventQueue(key, 0);
1826}
1827
1828error_code cellAudioRemoveNotifyEventQueueEx(u64 key, u32 iFlags)
1829{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected