Skip to content

Commit b468676

Browse files
Add missing instructions
1 parent ccb8f7a commit b468676

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SUBDIRS = 3ds switch
22

33
VERSION_MAJOR := 3
44
VERSION_MINOR := 7
5-
VERSION_MICRO := 1
5+
VERSION_MICRO := 2
66
GIT_REV="$(shell git rev-parse --short HEAD)"
77

88
all: $(SUBDIRS)

switch/source/MainScreen.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,12 @@ void MainScreen::draw() const
182182
SDLH_DrawRect(0, 0, 1280, 720, COLOR_OVERLAY);
183183
SDLH_DrawText(27, 1205, 646, theme().c6, "\ue085\ue086");
184184
SDLH_DrawText(24, 58, 69, theme().c6, "\ue058 Tap to select title");
185-
SDLH_DrawText(24, 100, 300, theme().c6, "\ue006 \ue080 to scroll between titles");
186-
SDLH_DrawText(24, 100, 330, theme().c6, "\ue004 \ue005 to scroll between pages");
187-
SDLH_DrawText(24, 100, 360, theme().c6, "\ue000 to enter the selected title");
188-
SDLH_DrawText(24, 100, 390, theme().c6, "\ue001 to exit the selected title");
185+
SDLH_DrawText(24, 100, 270, theme().c6, "\ue006 \ue080 to scroll between titles");
186+
SDLH_DrawText(24, 100, 300, theme().c6, "\ue004 \ue005 to scroll between pages");
187+
SDLH_DrawText(24, 100, 330, theme().c6, "\ue000 to enter the selected title");
188+
SDLH_DrawText(24, 100, 360, theme().c6, "\ue001 to exit the selected title");
189+
SDLH_DrawText(24, 100, 390, theme().c6, "\ue003 to multiselect title");
190+
SDLH_DrawText(24, 100, 420, theme().c6, "Hold \ue003 to select all titles");
189191
if (Configuration::getInstance().isPKSMBridgeEnabled()) {
190192
SDLH_DrawText(24, 100, 420, theme().c6, "\ue004 + \ue005 to enable PKSM bridge");
191193
}

0 commit comments

Comments
 (0)