Fix for new devkitpro update.

This commit is contained in:
JeffRuLz 2020-06-18 17:13:59 +00:00 committed by GitHub
parent 596e8f0f1c
commit e74700db9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
#define VERSION "0.7.1"
PrintConsole topScreen;
PrintConsole bottomScreen;
enum {
MAIN_MENU_INSTALL,
MAIN_MENU_TITLES,

View File

@ -10,8 +10,8 @@ void titleMenu();
void backupMenu();
void testMenu();
PrintConsole topScreen;
PrintConsole bottomScreen;
extern PrintConsole topScreen;
extern PrintConsole bottomScreen;
void clearScreen(PrintConsole* screen);