GodMode9i/arm9/source/main.h
Pk11 dc0bb54f7d
Update translations, show warning when loading language menu without NitroFS (#125)
* Update translations

Adds German and Simplified Chinese and credits to the README

* Add warning when changing language without NitroFS

* Add separate plural and non-plural strings

* Add hu-HU, it-IT, update other translations

Also adds a few missing letters to the font

* Update translator credits
2021-12-25 01:28:23 -07:00

22 lines
303 B
C

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