SSBM Decomp
Loading...
Searching...
No Matches
OSL2.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_OSL2_H_
2
#define _DOLPHIN_OSL2_H_
3
4
#include <
dolphin/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
void
L2Enable
(
void
);
11
void
L2Disable
(
void
);
12
void
L2GlobalInvalidate
(
void
);
13
void
L2SetDataOnly
(
BOOL
dataOnly);
14
void
L2SetWriteThrough
(
BOOL
writeThrough);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
L2GlobalInvalidate
void L2GlobalInvalidate(void)
L2Disable
void L2Disable(void)
L2SetWriteThrough
void L2SetWriteThrough(BOOL writeThrough)
L2SetDataOnly
void L2SetDataOnly(BOOL dataOnly)
L2Enable
void L2Enable(void)
types.h
BOOL
int BOOL
Definition
types.h:20
extern
dolphin
include
dolphin
os
OSL2.h
Generated by
1.15.0