Fix playback and VGM export
This commit is contained in:
parent
840a6fa306
commit
25088d6032
4 changed files with 66 additions and 53 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue