MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / sceMsgDialogProgressBarSetValue

Function sceMsgDialogProgressBarSetValue

uncommon_dialog.c:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269int sceMsgDialogProgressBarSetValue(SceMsgDialogProgressBarTarget target, SceUInt32 rate) {
270 if (rate > 100)
271 return VITASHELL_ERROR_INVALID_ARGUMENT;
272
273 uncommon_dialog.progress = rate;
274 return 0;
275}
276
277int drawUncommonDialog() {
278 if (uncommon_dialog.status == SCE_COMMON_DIALOG_STATUS_NONE)

Callers 13

update_threadFunction · 0.85
delete_threadFunction · 0.85
copy_threadFunction · 0.85
export_threadFunction · 0.85
hash_threadFunction · 0.85
send_threadFunction · 0.85
receive_threadFunction · 0.85
install_threadFunction · 0.85
update_extract_threadFunction · 0.85
compress_threadFunction · 0.85
downloadFileProcessFunction · 0.85
refresh_threadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected