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

Method failure

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

Source from the content-addressed store, hash-verified

607 }
608
609 void failure(const std::string &message = {}) { report(-1, 0, message); }
610
611 void success(jlong value, const std::string &message = {}) {
612 value = std::max<jlong>(value, 1);

Callers 9

installPupFunction · 0.45
installPkgFunction · 0.45
installEdatFunction · 0.45
installRapFunction · 0.45
installIsoFunction · 0.45
_rpcsx_installFunction · 0.45
_rpcsx_installKeyFunction · 0.45
deserializeMethod · 0.45
deserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected