Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ GetFirst
Method
GetFirst
Source/OSHLE/OSMesgQueue.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
inline s32 GetFirst()
47
{
48
return QuickRead32Bits(p_base, offsetof(OSMesgQueue, first));
49
}
50
51
inline s32 GetMsgCount()
52
{
Callers
1
Patch_DumpOsQueueInfo
Function · 0.80
Calls
1
QuickRead32Bits
Function · 0.85
Tested by
no test coverage detected