compound system flattening, part 3

added a new strategy to determine system name
This commit is contained in:
tildearrow 2022-02-23 03:54:06 -05:00
parent 319c559f47
commit a29a89224e
3 changed files with 174 additions and 9 deletions

View file

@ -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);