tweaks around the brightness hint
show MENU Brightness when pressing +/-, show + - when holding MENU
This commit is contained in:
parent
4bb5bf11ba
commit
2793ae4973
5 changed files with 23 additions and 7 deletions
|
|
@ -3355,7 +3355,11 @@ static void Menu_loop(void) {
|
|||
});
|
||||
SDL_FreeSurface(text);
|
||||
|
||||
GFX_blitButtonGroup((char*[]){ "POWER","SLEEP", NULL }, screen, 0);
|
||||
if (show_setting) {
|
||||
if (PAD_isPressed(BTN_MENU)) GFX_blitButtonGroup((char*[]){ BRIGHTNESS_BUTTON_LABEL,"BRIGHTNESS", NULL }, screen, 0);
|
||||
else GFX_blitButtonGroup((char*[]){ "MENU","BRIGHTNESS", NULL }, screen, 0);
|
||||
}
|
||||
else GFX_blitButtonGroup((char*[]){ "POWER","SLEEP", NULL }, screen, 0);
|
||||
GFX_blitButtonGroup((char*[]){ "B","BACK", "A","OKAY", NULL }, screen, 1);
|
||||
|
||||
// list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue