mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-07 15:36:18 +00:00
rMsgBox eliminated
This commit is contained in:
parent
a666318b95
commit
4b7f9c38a6
12 changed files with 70 additions and 139 deletions
|
|
@ -145,9 +145,9 @@ bool Rpcs3App::OnInit()
|
|||
}
|
||||
};
|
||||
|
||||
callbacks.get_msg_dialog = []() -> std::unique_ptr<MsgDialogBase>
|
||||
callbacks.get_msg_dialog = []() -> std::shared_ptr<MsgDialogBase>
|
||||
{
|
||||
return std::make_unique<MsgDialogFrame>();
|
||||
return std::make_shared<MsgDialogFrame>();
|
||||
};
|
||||
|
||||
callbacks.get_save_dialog = []() -> std::unique_ptr<SaveDialogBase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue