| 1819 | } |
| 1820 | |
| 1821 | error_code cellAudioRemoveNotifyEventQueue(u64 key) |
| 1822 | { |
| 1823 | cellAudio.warning("cellAudioRemoveNotifyEventQueue(key=0x%llx)", key); |
| 1824 | |
| 1825 | return AudioRemoveNotifyEventQueue(key, 0); |
| 1826 | } |
| 1827 | |
| 1828 | error_code cellAudioRemoveNotifyEventQueueEx(u64 key, u32 iFlags) |
| 1829 | { |
nothing calls this directly
no test coverage detected