GUI: better presets organization
to-do: - fix system detection - fix search
This commit is contained in:
parent
02bddfb894
commit
db45b0d7d7
4 changed files with 2265 additions and 2155 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue