MCPcopy Create free account
hub / github.com/doldecomp/mkdd / L2Enable

Function L2Enable

libs/dolphin/os/OSCache.c:371–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void L2Enable(void) { PPCMtl2cr((PPCMfl2cr() | L2CR_L2E) & ~L2CR_L2I); }
372
373void DMAErrorHandler(OSError error, OSContext* context, ...) {
374 u32 hid2 = PPCMfhid2();

Callers 1

__OSCacheInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected