| 1575 | } |
| 1576 | |
| 1577 | error_code cellCameraRemoveNotifyEventQueue2(u64 key) |
| 1578 | { |
| 1579 | cellCamera.notice("cellCameraRemoveNotifyEventQueue2(key=0x%x)", key); |
| 1580 | |
| 1581 | return cellCameraRemoveNotifyEventQueue(key); |
| 1582 | } |
| 1583 | |
| 1584 | DECLARE(ppu_module_manager::cellCamera)("cellCamera", []() |
| 1585 | { |
nothing calls this directly
no test coverage detected