Merge branch 'threaded' - but will be hidden
under a cheat code for now
This commit is contained in:
commit
c1b6aed04b
7 changed files with 124 additions and 27 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue