// // Created by red031000 on 2020-05-05. // #ifndef POKEDIAMOND_OS_EMULATOR_H #define POKEDIAMOND_OS_EMULATOR_H #include "consts.h" BOOL OS_IsRunOnEmulator(); u32 OS_GetConsoleType(); #endif //POKEDIAMOND_OS_EMULATOR_H