GUI: add mobile mixer

This commit is contained in:
tildearrow 2023-01-07 16:26:36 -05:00
parent 9e9b0e8e75
commit 4b85ec433b
4 changed files with 21 additions and 1 deletions

View file

@ -325,6 +325,7 @@ enum FurnaceGUIMobileScenes {
GUI_SCENE_SONG,
GUI_SCENE_CHANNELS,
GUI_SCENE_CHIPS,
GUI_SCENE_MIXER,
GUI_SCENE_OTHER,
};