tweaks around the brightness hint

show MENU Brightness when pressing +/-, show + - when holding MENU
This commit is contained in:
Shaun Inman 2023-01-29 10:59:49 -05:00
parent 4bb5bf11ba
commit 2793ae4973
5 changed files with 23 additions and 7 deletions

View file

@ -1424,7 +1424,8 @@ int main (int argc, char *argv[]) {
// buttons
if (show_setting) {
GFX_blitButtonGroup((char*[]){ "MENU","BRIGHTNESS", NULL }, screen, 0);
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 if (can_resume) {
GFX_blitButtonGroup((char*[]){ "X","RESUME", NULL }, screen, 0);