MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetValidCount

Method GetValidCount

Source/OSHLE/OSMesgQueue.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline s32 GetValidCount()
42 {
43 return QuickRead32Bits(p_base, offsetof(OSMesgQueue, validCount));
44 }
45
46 inline s32 GetFirst()
47 {

Callers 1

Patch_DumpOsQueueInfoFunction · 0.80

Calls 1

QuickRead32BitsFunction · 0.85

Tested by

no test coverage detected