Files
camthesaxman 6d15d20ca2 Decompile avdisp.s (#2)
* start decompiling avdisp.s

* match load_gma

* decompile more of avdisp.s; issues with func_8008E2D0

* decompile func_8008D788 and match func_8008E2D0

* decompile more of avdisp.s

* decompile more of avdisp.c

* decompile func_8008F1E8

* migrate data and decompile more of avdisp.s

* decompile func_8008FC4C

* match func_8008E698

* decompile more of avdisp.s

* minor labeling

* initial work on func_80090524

* get func_80090524 a little closer

* give up on func_80090524

* finish decompiling avdisp.s

* minor labeling/cleanup

* more cleanup

* more labeling
2021-07-20 18:12:44 -05:00

9 lines
173 B
C

#ifndef _DOLPHIN_OSCACHE_H_
#define _DOLPHIN_OSCACHE_H_
void LCEnable();
void DCInvalidateRange(void *addr, u32 nBytes);
void DCFlushRange(void *addr, u32 nBytes);
#endif