renamed volume button constants
This commit is contained in:
parent
2793ae4973
commit
7de8c5afc2
7 changed files with 15 additions and 15 deletions
|
|
@ -1424,7 +1424,7 @@ int main (int argc, char *argv[]) {
|
|||
|
||||
// buttons
|
||||
if (show_setting) {
|
||||
if (PAD_isPressed(BTN_MENU)) GFX_blitButtonGroup((char*[]){ BRIGHTNESS_BUTTON_LABEL,"BRIGHTNESS", NULL }, screen, 0);
|
||||
if (show_setting==1) GFX_blitButtonGroup((char*[]){ BRIGHTNESS_BUTTON_LABEL,"BRIGHTNESS", NULL }, screen, 0);
|
||||
else GFX_blitButtonGroup((char*[]){ "MENU","BRIGHTNESS", NULL }, screen, 0);
|
||||
}
|
||||
else if (can_resume) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue