mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
cellGame: add error_code
This commit is contained in:
parent
982b2ab88f
commit
17a5e0bc98
5 changed files with 59 additions and 33 deletions
|
@ -34,7 +34,7 @@ MsgDialogBase::~MsgDialogBase()
|
|||
error_code cellMsgDialogOpen2(u32 type, vm::cptr<char> msgString, vm::ptr<CellMsgDialogCallback> callback, vm::ptr<void> userData, vm::ptr<void> extParam);
|
||||
|
||||
// wrapper to call for other hle dialogs
|
||||
s32 open_msg_dialog(u32 type, vm::cptr<char> msgString, vm::ptr<CellMsgDialogCallback> callback, vm::ptr<void> userData, vm::ptr<void> extParam)
|
||||
error_code open_msg_dialog(u32 type, vm::cptr<char> msgString, vm::ptr<CellMsgDialogCallback> callback, vm::ptr<void> userData, vm::ptr<void> extParam)
|
||||
{
|
||||
cellSysutil.warning("open_msg_dialog called. This will call cellMsgDialogOpen2");
|
||||
return cellMsgDialogOpen2(type, msgString, callback, userData, extParam);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue