Merge branch 'threaded' - but will be hidden

under a cheat code for now
This commit is contained in:
tildearrow 2023-09-06 19:27:55 -05:00
commit c1b6aed04b
7 changed files with 124 additions and 27 deletions

View file

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