| 1767 | } |
| 1768 | |
| 1769 | error_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 | |
| 1778 | error_code cellAudioSetNotifyEventQueueEx(ppu_thread& ppu, u64 key, u32 iFlags) |
| 1779 | { |
nothing calls this directly
no test coverage detected