| 102 | } |
| 103 | |
| 104 | int32_t nputils::TUS::Term() |
| 105 | { |
| 106 | int32_t ret = sceNpTusDeleteTitleCtx(m_ctx); |
| 107 | if (ret < 0) |
| 108 | { |
| 109 | return ret; |
| 110 | } |
| 111 | |
| 112 | return sceNpTusTerm(); |
| 113 | } |
| 114 | |
| 115 | int32_t nputils::TUS::UploadFile(uint32_t slot, const char *path) |
| 116 | { |
nothing calls this directly
no outgoing calls
no test coverage detected