mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-07 05:15:05 +00:00
convert presets to new format, part 6
This commit is contained in:
parent
984bec6e45
commit
8c356f9a28
2 changed files with 307 additions and 258 deletions
|
@ -913,7 +913,6 @@ struct FurnaceGUISysDefChip {
|
|||
struct FurnaceGUISysDef {
|
||||
const char* name;
|
||||
String definition;
|
||||
FurnaceGUISysDef(const char* n, std::initializer_list<int> def);
|
||||
FurnaceGUISysDef(const char* n, std::initializer_list<FurnaceGUISysDefChip> def);
|
||||
};
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue