@@ -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