mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
TODO: rewrite getSystemSongName
This commit is contained in:
parent
251da3a9d0
commit
abd5dd3a12
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue