pokeheartgold/lib/include/nitro/os/emulator.h
2023-05-29 03:38:22 -05:00

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_