You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
6d15d20ca2
* 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
9 lines
173 B
C
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
|