Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
target_options.h
Go to the documentation of this file.
1#ifndef OS_DOLPHIN_TARGET_OPTIONS_H
2#define OS_DOLPHIN_TARGET_OPTIONS_H
3
4#include "dolphin/types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10u8 GetUseSerialIO(void);
11void SetUseSerialIO(u8);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif /* OS_DOLPHIN_TARGET_OPTIONS_H */
u8 GetUseSerialIO(void)
Definition target_options.c:16
void SetUseSerialIO(u8)
Definition target_options.c:11
unsigned char u8
Definition types.h:8