blob: 5410525828462e3ebefbe59763edfb1ce456947b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// 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
|