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

Function cellAudioRemoveNotifyEventQueueEx

ps3fw/cellAudio.cpp:1828–1838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1826}
1827
1828error_code cellAudioRemoveNotifyEventQueueEx(u64 key, u32 iFlags)
1829{
1830 cellAudio.todo("cellAudioRemoveNotifyEventQueueEx(key=0x%llx, iFlags=0x%x)", key, iFlags);
1831
1832 if (iFlags & (~0u >> 5))
1833 {
1834 return CELL_AUDIO_ERROR_PARAM;
1835 }
1836
1837 return AudioRemoveNotifyEventQueue(key, iFlags);
1838}
1839
1840error_code cellAudioAddData(u32 portNum, vm::ptr<float> src, u32 samples, float volume)
1841{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected