TODO: rewrite getSystemSongName

This commit is contained in:
tildearrow 2022-04-01 13:02:37 -05:00
parent 251da3a9d0
commit abd5dd3a12
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ int DivEngine::getTotalChannelCount() {
return chans;
}
// TODO: rewrite this function (again). it's an unreliable mess.
const char* DivEngine::getSongSystemName() {
switch (song.systemLen) {
case 0: