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

Function cellCameraRemoveNotifyEventQueue2

ps3fw/cellCamera.cpp:1577–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected