tildearrow Sound Unit no longer a secret

This commit is contained in:
tildearrow 2022-06-27 05:04:23 -05:00
parent 32ca9e6b0f
commit fc489239c2
2 changed files with 8 additions and 8 deletions

View file

@ -490,13 +490,13 @@ void FurnaceGUI::initSystemPresets() {
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"tildearrow Sound Unit", {
DIV_SYSTEM_SOUND_UNIT, 64, 0, 0,
0
}
));
}
cat.systems.push_back(FurnaceGUISysDef(
"tildearrow Sound Unit", {
DIV_SYSTEM_SOUND_UNIT, 64, 0, 0,
0
}
));
sysCategories.push_back(cat);
cat=FurnaceGUISysCategory("Game consoles","let's play some chiptune making games!");