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