Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ GetFullQueue
Method
GetFullQueue
Source/OSHLE/OSMesgQueue.h:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
inline u32 GetFullQueue()
37
{
38
return QuickRead32Bits(p_base, offsetof(OSMesgQueue, fullqueue));
39
}
40
41
inline s32 GetValidCount()
42
{
Callers
1
Patch_DumpOsQueueInfo
Function · 0.80
Calls
1
QuickRead32Bits
Function · 0.85
Tested by
no test coverage detected