Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
struct msg_dlg_thread_info
Callers
3
open_msg_dialog
Function · 0.45
close_msg_dialog
Function · 0.45
cellMsgDialogAbort
Function · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected