mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
8fd9f2ab5d
* start JSystem * JKRAram and JUTGamePad * started heap and thread * more JKernel * mostly finished JKernel * delete unused asm * JKRFileFinder * delete unused asm and match findNextFile * format * fix mtx_vec
12 lines
171 B
C
12 lines
171 B
C
#ifndef OSCACHE_H
|
|
#define OSCACHE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
extern "C" {
|
|
void DCInvalidateRange(void*, u32);
|
|
void DCStoreRange(void*, u32);
|
|
}
|
|
|
|
#endif /* OSCACHE_H */
|