GUI: user presets, part 1

This commit is contained in:
tildearrow 2024-04-09 19:29:42 -05:00
parent ce4432175d
commit 6d8e6a9a55
3 changed files with 66 additions and 15 deletions

View file

@ -7876,8 +7876,7 @@ FurnaceGUI::FurnaceGUI():
curTutorialStep(0),
audioExportType(0),
dmfExportVersion(0),
curExportType(GUI_EXPORT_NONE),
selectedUserPreset(-1) {
curExportType(GUI_EXPORT_NONE) {
// value keys
valueKeys[SDLK_0]=0;
valueKeys[SDLK_1]=1;