NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
OSCache.h
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
9
10void DCStoreRangeNoSync(void *start, size_t size);
11
13
14#ifdef __cplusplus
15}
16#endif