MCPcopy Create free account
hub / github.com/devkitPro/libctru / gspWriteGxRegMasked

Function gspWriteGxRegMasked

libctru/source/services/gspgpu.c:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static inline void gspWriteGxRegMasked(u32 offset, u32 data, u32 mask)
42{
43 GSPGPU_WriteHWRegsWithMask(0x400000 + offset, &data, 4, &mask, 4);
44}
45
46// Hardware initialization for first-time GSP users (matching official software).
47static void gspHardwareInit(void)

Callers 1

gspHardwareInitFunction · 0.85

Calls 1

Tested by

no test coverage detected