FDS: add NSFPlay core
This commit is contained in:
parent
960048cf4b
commit
62289d924e
6 changed files with 80 additions and 6 deletions
|
|
@ -789,6 +789,7 @@ class FurnaceGUI {
|
|||
int ym2612Core;
|
||||
int saaCore;
|
||||
int nesCore;
|
||||
int fdsCore;
|
||||
int mainFont;
|
||||
int patFont;
|
||||
int audioRate;
|
||||
|
|
@ -872,6 +873,7 @@ class FurnaceGUI {
|
|||
ym2612Core(0),
|
||||
saaCore(1),
|
||||
nesCore(0),
|
||||
fdsCore(0),
|
||||
mainFont(0),
|
||||
patFont(0),
|
||||
audioRate(44100),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue