| 83 | } |
| 84 | |
| 85 | inline void EnableWriteGatherPipe(void) |
| 86 | { |
| 87 | u32 hid2 = PPCMfhid2(); |
| 88 | |
| 89 | PPCMtwpar(OSUncachedToPhysical((void*)GXFIFO_ADDR)); |
| 90 | hid2 |= 0x40000000; |
| 91 | PPCMthid2(hid2); |
| 92 | } |
| 93 | |
| 94 | static GXTexRegion* __GXDefaultTexRegionCallback(const GXTexObj* t_obj, GXTexMapID id) |
| 95 | { |