mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-19 03:05:43 -04:00
21 lines
308 B
C
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
|