Files
dusklight/include/TRK_MINNOW_DOLPHIN/Os/dolphin/target_options.h
T
TakaRikka 82a28f7a23 most of TRK done / some misc work (#2030)
* work on d_file_sel_warning

* various cleanup

* attempt to fix d_gameover

* event cleanup

* trk work

* most of TRK done

* remove asm
2024-01-12 18:43:52 -08:00

18 lines
262 B
C

#ifndef OS_DOLPHIN_TARGET_OPTIONS_H
#define OS_DOLPHIN_TARGET_OPTIONS_H
#include "dolphin/types.h"
#ifdef __cplusplus
extern "C" {
#endif
u8 GetUseSerialIO(void);
void SetUseSerialIO(u8);
#ifdef __cplusplus
}
#endif
#endif /* OS_DOLPHIN_TARGET_OPTIONS_H */