My last work for today.

This commit is contained in:
VoltZ
2019-11-03 23:58:58 +01:00
committed by GitHub
parent 99a1b09e25
commit 14f8d11359
8 changed files with 92 additions and 4 deletions
+5
View File
@@ -24,6 +24,7 @@
* reasonable ways as different from the original version.
*/
#include "download/download.hpp"
#include "screens/mainMenu.hpp"
#include "screens/settings.hpp"
#include "screens/scriptlist.hpp"
@@ -91,4 +92,8 @@ void MainMenu::Logic(u32 hDown, u32 hHeld, touchPosition touch) {
Gui::setScreen(std::make_unique<Settings>());
}
}
if (hDown & KEY_X) {
downloadScripts();
}
}