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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue