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

Method make

ps3fw/cellMsgDialog.cpp:69–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 // Emulate fxm as if it's some sort of museum
68
69 std::shared_ptr<MsgDialogBase> make() noexcept
70 {
71 const auto init_lock = init.init();
72
73 if (!init_lock)
74 {
75 return nullptr;
76 }
77
78 dlg = Emu.GetCallbacks().get_msg_dialog();
79
80 return dlg;
81 }
82
83 std::shared_ptr<MsgDialogBase> get() noexcept
84 {

Callers 1

open_msg_dialogFunction · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected