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

Method ProgressBarSetMsg

android/src/rpcsx-android.cpp:1145–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143 void SetMsg(const std::string &msg) override { impl->SetMsg(msg); }
1144
1145 void ProgressBarSetMsg(u32 progressBarIndex,
1146 const std::string &msg) override {
1147 impl->ProgressBarSetMsg(progressBarIndex, msg);
1148 }
1149
1150 void ProgressBarReset(u32 progressBarIndex) override {
1151 impl->ProgressBarReset(progressBarIndex);

Callers 3

operator()Method · 0.45
update_msgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected