Skip to content

Commit

Permalink
Merge branch 'Alexyo21:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Simo3ds authored Nov 17, 2023
2 parents c7a0786 + 28e9d6a commit 94bf974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysmodules/rosalina/source/volume.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ void Volume_ControlVolume(void)
out);
posY = Draw_DrawString(10, posY, COLOR_GREEN, "Controls:\n");
posY = Draw_DrawString(10, posY, COLOR_WHITE, "Up/Down for +-1, Right/Left for +-10.\n\n");
posY = Draw_DrawString(10, posY, COLOR_WHITE, "Press B to confirm.\n\n");

if(!volumeSlider[0] || volumeSlider[0] == 0xFF)
{
Expand Down

0 comments on commit 94bf974

Please sign in to comment.