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

Function SetProgress

io_process.c:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void SetProgress(uint64_t value, uint64_t max) {
35 current_value = value;
36}
37
38static int update_thread(SceSize args_size, UpdateArguments *args) {
39 uint64_t previous_value = current_value;

Callers 6

copy_threadFunction · 0.85
receive_threadFunction · 0.85
app_callbackFunction · 0.85
dlc_callback_outerFunction · 0.85
patch_callbackFunction · 0.85
license_file_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected