mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-02 00:38:46 -04:00
10 lines
189 B
C
10 lines
189 B
C
#ifndef OS_DOLPHIN_TARGET_OPTIONS_H
|
|
#define OS_DOLPHIN_TARGET_OPTIONS_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
u8 GetUseSerialIO();
|
|
void SetUseSerialIO(u8);
|
|
|
|
#endif /* OS_DOLPHIN_TARGET_OPTIONS_H */
|