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

Function cellMsgDialogOpen

ps3fw/cellMsgDialog.cpp:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428error_code cellMsgDialogOpen(u32 type, vm::cptr<char> msgString, vm::ptr<CellMsgDialogCallback> callback, vm::ptr<void> userData, vm::ptr<void> extParam)
429{
430 // Note: This function needs proper implementation, solve first argument "type" conflict with MsgDialogOpen2 in cellMsgDialog.h.
431 cellSysutil.todo("cellMsgDialogOpen(type=0x%x, msgString=%s, callback=*0x%x, userData=*0x%x, extParam=*0x%x)", type, msgString, callback, userData, extParam);
432 return cellMsgDialogOpen2(type, msgString, callback, userData, extParam);
433}
434
435error_code cellMsgDialogOpenErrorCode(u32 errorCode, vm::ptr<CellMsgDialogCallback> callback, vm::ptr<void> userData, vm::ptr<void> extParam)
436{

Callers

nothing calls this directly

Calls 1

cellMsgDialogOpen2Function · 0.85

Tested by

no test coverage detected