compound system flattening, part 3
added a new strategy to determine system name
This commit is contained in:
parent
319c559f47
commit
a29a89224e
3 changed files with 174 additions and 9 deletions
|
|
@ -365,6 +365,9 @@ class DivEngine {
|
|||
// get preferred instrument type
|
||||
DivInstrumentType getPreferInsType(int ch);
|
||||
|
||||
// get song system name
|
||||
const char* getSongSystemName();
|
||||
|
||||
// get sys name
|
||||
const char* getSystemName(DivSystem sys);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue