From fe67d51e5eaf438943ab481d1c31c0122fed5885 Mon Sep 17 00:00:00 2001 From: scribam Date: Wed, 21 Jun 2017 21:28:17 +0200 Subject: [PATCH] Stub cellMsgDialogOpenSimulViewWarning --- rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp b/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp index 0be416f123..87787b4ce8 100644 --- a/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp +++ b/rpcs3/Emu/Cell/Modules/cellMsgDialog.cpp @@ -203,9 +203,10 @@ s32 cellMsgDialogOpenErrorCode(ppu_thread& ppu, u32 errorCode, vm::ptr callback, vm::ptr userData, vm::ptr extParam) { - fmt::throw_exception("Unimplemented" HERE); + cellSysutil.todo("cellMsgDialogOpenSimulViewWarning(callback=*0x%x, userData=*0x%x, extParam=*0x%x)", callback, userData, extParam); + return CELL_OK; } s32 cellMsgDialogClose(f32 delay)