Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ get
Method
get
ps3fw/cellMsgDialog.cpp:83–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
std::shared_ptr<MsgDialogBase> get() noexcept
84
{
85
const auto init_lock = init.access();
86
87
if (!init_lock)
88
{
89
return nullptr;
90
}
91
92
return dlg;
93
}
94
95
void remove() noexcept
96
{
Callers
8
operator()
Method · 0.45
open_msg_dialog
Function · 0.45
close_msg_dialog
Function · 0.45
cellMsgDialogClose
Function · 0.45
cellMsgDialogAbort
Function · 0.45
cellMsgDialogProgressBarSetMsg
Function · 0.45
cellMsgDialogProgressBarReset
Function · 0.45
cellMsgDialogProgressBarInc
Function · 0.45
Calls
1
access
Method · 0.80
Tested by
no test coverage detected