MCPcopy 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_osCreateMesgQueueFunction · 0.80

Calls 1

QuickWrite32BitsFunction · 0.85

Tested by

no test coverage detected