GUI: prepare for proper VB/WS/C64 tick rates
This commit is contained in:
parent
b647d17b12
commit
eb657aef18
2 changed files with 54 additions and 27 deletions
|
|
@ -934,8 +934,9 @@ struct FurnaceGUISysDefChip {
|
|||
|
||||
struct FurnaceGUISysDef {
|
||||
const char* name;
|
||||
const char* extra;
|
||||
String definition;
|
||||
FurnaceGUISysDef(const char* n, std::initializer_list<FurnaceGUISysDefChip> def);
|
||||
FurnaceGUISysDef(const char* n, std::initializer_list<FurnaceGUISysDefChip> def, const char* e=NULL);
|
||||
};
|
||||
|
||||
struct FurnaceGUISysCategory {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue