Skip to content

Commit df27b52

Browse files
lookyelookye
andauthored
Update for latest libtesla, libnx (WerWolv#33)
and Atmosphere Co-authored-by: lookye <[email protected]>
1 parent 1aaff51 commit df27b52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules
3838
# NACP building is skipped as well.
3939
#---------------------------------------------------------------------------------
4040
APP_TITLE := Tesla Menu
41-
APP_VERSION := v1.1.1
41+
APP_VERSION := v1.1.2
4242

4343
TARGET := $(notdir $(CURDIR))
4444
BUILD := build

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static void rebuildUI() {
108108
auto *listEntry = new tsl::elm::ListItem(name);
109109
listEntry->setValue(version, true);
110110
listEntry->setClickListener([entry, entries](s64 key) {
111-
if (key & KEY_A) {
111+
if (key & HidNpadButton_A) {
112112
tsl::setNextOverlay(entry.path());
113113

114114
tsl::Overlay::get()->close();

0 commit comments

Comments
 (0)