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

Method IsAllGreen

NetStream/source/np_utils.cpp:403–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403bool nputils::IsAllGreen()
404{
405 SceNpServiceState state;
406
407 if (sceNpGetServiceState(&state) == SCE_OK)
408 {
409 if (state == SCE_NP_SERVICE_STATE_ONLINE)
410 {
411 return true;
412 }
413 }
414
415 return false;
416}
417
418nputils::TUS *nputils::GetTUS()
419{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected