MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / EnableWriteGatherPipe

Function EnableWriteGatherPipe

src/dolphin/src/gx/GXInit.c:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GXInitFunction · 0.85

Calls 1

PPCMtwparFunction · 0.85

Tested by

no test coverage detected