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

Method remove

ps3fw/cellMsgDialog.cpp:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void remove() noexcept
96 {
97 const auto init_lock = init.reset();
98
99 if (!init_lock)
100 {
101 return;
102 }
103
104 dlg.reset();
105 }
106};
107
108struct msg_dlg_thread_info

Callers 3

open_msg_dialogFunction · 0.45
close_msg_dialogFunction · 0.45
cellMsgDialogAbortFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected