Add Traditional Chinese and Korean support

This commit is contained in:
cam900 2022-08-26 08:49:08 +09:00
parent a7d0949eac
commit 3597e57bb2
2 changed files with 51 additions and 9 deletions

View file

@ -1085,7 +1085,9 @@ class FurnaceGUI {
int roundedButtons;
int roundedMenus;
int loadJapanese;
int loadChinese;
int loadChineseSimplified;
int loadChineseTraditional;
int loadKorean;
int fmLayout;
int sampleLayout;
int waveLayout;
@ -1202,7 +1204,9 @@ class FurnaceGUI {
roundedButtons(1),
roundedMenus(0),
loadJapanese(0),
loadChinese(0),
loadChineseSimplified(0),
loadChineseTraditional(0),
loadKorean(0),
fmLayout(0),
sampleLayout(0),
waveLayout(0),