mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-25 06:06:29 -05:00
8 lines
150 B
C
8 lines
150 B
C
#ifndef NITRO_OS_EMULATOR_H_
|
|
#define NITRO_OS_EMULATOR_H_
|
|
|
|
BOOL OS_IsRunOnEmulator(void);
|
|
u32 OS_GetConsoleType(void);
|
|
|
|
#endif //NITRO_OS_EMULATOR_H_
|