improve a bit and add option
This commit is contained in:
parent
e8dbacf6e0
commit
5329e551d4
7 changed files with 50 additions and 5 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue