Fix playback and VGM export

This commit is contained in:
Natt Akuma 2022-03-07 01:26:59 +07:00
parent 840a6fa306
commit 25088d6032
4 changed files with 66 additions and 53 deletions

View file

@ -6398,6 +6398,12 @@ FurnaceGUI::FurnaceGUI():
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"WonderSwan", {
DIV_SYSTEM_SWAN, 64, 0, 0,
0
}
));
sysCategories.push_back(cat);
cat=FurnaceGUISysCategory("Computers");