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

Method SetMsg

android/src/rpcsx-android.cpp:1029–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027 }
1028
1029 void SetMsg(const std::string &msg) override {
1030 rpcsx_android.warning("ProgressMessageDialog::SetMsg(%s)", msg);
1031 invokeSync([this, msg](JNIEnv *env) {
1032 Progress(env, progressId).report(getValue(), max, msg);
1033 });
1034 }
1035
1036 void ProgressBarSetMsg(u32 progressBarIndex,
1037 const std::string &msg) override {

Callers

nothing calls this directly

Calls 3

invokeSyncFunction · 0.85
ProgressClass · 0.85
reportMethod · 0.45

Tested by

no test coverage detected