Skip to content

Commit

Permalink
[NSF Player] Fixed a bug that prevented the display of some song titl…
Browse files Browse the repository at this point in the history
…es (#377).
  • Loading branch information
punesemu committed Mar 4, 2024
1 parent f6ab45b commit f69283d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/nsfe.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ BYTE nsfe_tlbl(_rom_mem *rom, BYTE phase) {
index += size;
}
if (!size) {
index++;
size = gui_utf8_to_utchar(&nsf_default_label[0], &song->track_label, strlen(nsf_default_label));
}
}
Expand Down

0 comments on commit f69283d

Please sign in to comment.