VGM: Add rainbow option to settings menu

This commit is contained in:
Willy-JL
2024-03-09 23:24:04 +00:00
parent a5ae1397d9
commit 1274bd84ac
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ typedef enum {
typedef enum {
VgmColorModeDefault,
VgmColorModeCustom,
VgmColorModeRainbow,
VgmColorModeRgbBacklight,
VgmColorModeCount,
} VgmColorMode;