Menu option, settings file
This commit is contained in:
parent
164d56a21f
commit
559a99c5fc
2 changed files with 10 additions and 0 deletions
|
|
@ -803,6 +803,7 @@ class FurnaceGUI {
|
|||
int loadJapanese;
|
||||
int fmLayout;
|
||||
int sampleLayout;
|
||||
int waveLayout;
|
||||
int susPosition;
|
||||
int effectCursorDir;
|
||||
int cursorPastePos;
|
||||
|
|
@ -877,6 +878,7 @@ class FurnaceGUI {
|
|||
loadJapanese(0),
|
||||
fmLayout(0),
|
||||
sampleLayout(0),
|
||||
waveLayout(0),
|
||||
susPosition(0),
|
||||
effectCursorDir(1),
|
||||
cursorPastePos(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue