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

Function sendVshBootable

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

Source from the content-addressed store, hash-verified

671}
672
673static void sendVshBootable(JNIEnv *env, jlong progressId) {
674 auto dev_flash = g_cfg_vfs.get_dev_flash();
675
676 sendGameInfo(
677 env, progressId,
678 {{GameInfo{
679 .path = dev_flash + "/vsh/module/vsh.self",
680 .name = "VSH",
681 .iconPath = dev_flash + "vsh/resource/explore/icon/icon_home.png",
682 }}});
683}
684
685static bool tryUnlockGame(const psf::registry &psf) {
686 auto contentId = psf::get_string(psf, "CONTENT_ID");

Callers 2

_rpcsx_collectGameInfoFunction · 0.85
installPupFunction · 0.85

Calls 2

sendGameInfoFunction · 0.85
get_dev_flashMethod · 0.80

Tested by

no test coverage detected