TODO: rewrite getSystemSongName
This commit is contained in:
parent
251da3a9d0
commit
abd5dd3a12
|
@ -408,6 +408,7 @@ int DivEngine::getTotalChannelCount() {
|
||||||
return chans;
|
return chans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: rewrite this function (again). it's an unreliable mess.
|
||||||
const char* DivEngine::getSongSystemName() {
|
const char* DivEngine::getSongSystemName() {
|
||||||
switch (song.systemLen) {
|
switch (song.systemLen) {
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue