Enable loading of common Chinese characters

This commit is contained in:
LovelyA72 2022-05-13 21:52:33 -04:00
parent 77481f23cb
commit bf11e85bff
2 changed files with 21 additions and 0 deletions

View file

@ -867,6 +867,7 @@ class FurnaceGUI {
int roundedButtons;
int roundedMenus;
int loadJapanese;
int loadChinese;
int fmLayout;
int sampleLayout;
int waveLayout;
@ -955,6 +956,7 @@ class FurnaceGUI {
roundedButtons(1),
roundedMenus(0),
loadJapanese(0),
loadChinese(0),
fmLayout(0),
sampleLayout(0),
waveLayout(0),