improve a bit and add option

This commit is contained in:
tildearrow 2023-09-06 14:23:47 -05:00
parent e8dbacf6e0
commit 5329e551d4
7 changed files with 50 additions and 5 deletions

View file

@ -1575,6 +1575,7 @@ class FurnaceGUI {
int classicChipOptions;
int wasapiEx;
int chanOscThreads;
int renderPoolThreads;
unsigned int maxUndoSteps;
String mainFontPath;
String headFontPath;
@ -1751,6 +1752,7 @@ class FurnaceGUI {
classicChipOptions(0),
wasapiEx(0),
chanOscThreads(0),
renderPoolThreads(0),
maxUndoSteps(100),
mainFontPath(""),
headFontPath(""),