Skip to content

Commit

Permalink
Getting ready for release of version 1.3.3
Browse files Browse the repository at this point in the history
WerWolv committed Jul 28, 2018
1 parent 28ccef5 commit 340b941
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions source/gui_main.cpp
Original file line number Diff line number Diff line change
@@ -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<s16>(m_selected.titleIndex - 2) >= 0)

0 comments on commit 340b941

Please sign in to comment.