GUI: add setting to see mem usage in bytes

This commit is contained in:
tildearrow 2023-06-30 22:44:08 -05:00
parent a69b02f525
commit e5a5bb0154
3 changed files with 21 additions and 1 deletions

View file

@ -1509,6 +1509,7 @@ class FurnaceGUI {
int insertBehavior;
int pullDeleteRow;
int newSongBehavior;
int memUsageUnit;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1661,6 +1662,7 @@ class FurnaceGUI {
insertBehavior(1),
pullDeleteRow(1),
newSongBehavior(0),
memUsageUnit(1),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),