| 39 | } |
| 40 | |
| 41 | static 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). |
| 47 | static void gspHardwareInit(void) |
no test coverage detected