Skip to content

Commit

Permalink
Update for latest libtesla, libnx (#33)
Browse files Browse the repository at this point in the history
and Atmosphere

Co-authored-by: lookye <[email protected]>
  • Loading branch information
lookye and lookye authored Jul 6, 2021
1 parent 1aaff51 commit df27b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules
# NACP building is skipped as well.
#---------------------------------------------------------------------------------
APP_TITLE := Tesla Menu
APP_VERSION := v1.1.1
APP_VERSION := v1.1.2

TARGET := $(notdir $(CURDIR))
BUILD := build
Expand Down
2 changes: 1 addition & 1 deletion libs/libtesla
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static void rebuildUI() {
auto *listEntry = new tsl::elm::ListItem(name);
listEntry->setValue(version, true);
listEntry->setClickListener([entry, entries](s64 key) {
if (key & KEY_A) {
if (key & HidNpadButton_A) {
tsl::setNextOverlay(entry.path());

tsl::Overlay::get()->close();
Expand Down

0 comments on commit df27b52

Please sign in to comment.