From 340b94117e9c6cf1c6f3385d7dc97211243dace1 Mon Sep 17 00:00:00 2001 From: WerWolv98 Date: Sat, 28 Jul 2018 23:13:26 +0200 Subject: [PATCH] Getting ready for release of version 1.3.3 --- Makefile | 2 +- source/gui_main.cpp | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b4122321..e592d3e0 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- VERSION_MAJOR := 1 VERSION_MINOR := 3 -VERSION_MICRO := 2 +VERSION_MICRO := 3 APP_TITLE := EdiZon APP_AUTHOR := WerWolv and thomasnet diff --git a/source/gui_main.cpp b/source/gui_main.cpp index 11c1cfb0..aebbd098 100644 --- a/source/gui_main.cpp +++ b/source/gui_main.cpp @@ -112,10 +112,6 @@ void GuiMain::draw() { } void GuiMain::onInput(u32 kdown) { - if (kdown & KEY_ZL) { - (new Keyboard("Test", 10))->show(); - } - if (kdown & KEY_LEFT) { if (selectionState == TITLE_SELECT) { if (static_cast(m_selected.titleIndex - 2) >= 0)