GodMode9i/arm9/source/main.h
2024-02-27 20:21:11 -07:00

21 lines
308 B
C

#ifndef MAIN_H
#define MAIN_H
extern char titleName[32];
extern int screenMode;
extern bool appInited;
extern bool screenSwapped;
extern bool arm7SCFGLocked;
extern bool isRegularDS;
// extern bool bios9iEnabled;
extern bool is3DS;
extern int ownNitroFSMounted;
extern bool applaunch;
#endif //MAIN_H