You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
23c5eef656
* start decompiling mot_ape.s * decompile more of mot_ape.s * decompile more of mot_ape.s * decompile more of mot_ape.s * could not match func_8008B3B8 * decompile more of mot_ape.s * decompile more of mot_ape.s * finish decompiling mot_ape.s * match func_8008B3B8 (thanks, EpochFlame) * clean up func_8008B3B8
12 lines
244 B
C
12 lines
244 B
C
#ifndef _DOLPHIN_OSCACHE_H_
|
|
#define _DOLPHIN_OSCACHE_H_
|
|
|
|
#include <dolphin/types.h>
|
|
|
|
void LCEnable();
|
|
void DCInvalidateRange(void *addr, u32 nBytes);
|
|
void DCFlushRange(void *addr, u32 nBytes);
|
|
void DCStoreRange(void *addr, u32 nBytes);
|
|
|
|
#endif
|