parent
7b31f6a3e5
commit
cb7aa4aa05
11 changed files with 193 additions and 99 deletions
|
|
@ -788,6 +788,7 @@ class FurnaceGUI {
|
|||
int arcadeCore;
|
||||
int ym2612Core;
|
||||
int saaCore;
|
||||
int nesCore;
|
||||
int mainFont;
|
||||
int patFont;
|
||||
int audioRate;
|
||||
|
|
@ -870,6 +871,7 @@ class FurnaceGUI {
|
|||
arcadeCore(0),
|
||||
ym2612Core(0),
|
||||
saaCore(1),
|
||||
nesCore(0),
|
||||
mainFont(0),
|
||||
patFont(0),
|
||||
audioRate(44100),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue