| 86 | } |
| 87 | |
| 88 | void utils::Wait(uint32_t flag) |
| 89 | { |
| 90 | sceKernelWaitEventFlag(s_lock, flag, SCE_KERNEL_EVF_WAITMODE_OR, NULL, NULL); |
| 91 | } |
| 92 | |
| 93 | void utils::ConvertSecondsToString(string& string, uint64_t seconds, bool needSeparator) |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected