MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / Term

Method Term

NetStream/source/np_utils.cpp:104–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104int32_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
115int32_t nputils::TUS::UploadFile(uint32_t slot, const char *path)
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected