Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ SetFullQueue
Method
SetFullQueue
Source/OSHLE/OSMesgQueue.h:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
inline void SetFullQueue(u32 queue)
67
{
68
QuickWrite32Bits(p_base, offsetof(OSMesgQueue, fullqueue), queue);
69
}
70
71
inline void SetValidCount(s32 nCount)
72
{
Callers
1
OS_HLE_osCreateMesgQueue
Function · 0.80
Calls
1
QuickWrite32Bits
Function · 0.85
Tested by
no test coverage detected