GUI: better presets organization

to-do:
- fix system detection
- fix search
This commit is contained in:
tildearrow 2024-03-20 16:43:40 -05:00
parent 02bddfb894
commit db45b0d7d7
4 changed files with 2265 additions and 2155 deletions

View file

@ -2549,7 +2549,7 @@ class FurnaceGUI {
void waveListItem(int index, float* wavePreview, int dir, int asset);
void sampleListItem(int index, int dir, int asset);
void drawSysDefs(std::vector<FurnaceGUISysDef>& category, bool& accepted);
void drawSysDefs(std::vector<FurnaceGUISysDef>& category, bool& accepted, std::vector<int>& sysDefStack);
void toggleMobileUI(bool enable, bool force=false);