Add MT-32 LCD message display support in the status bar

This commit is contained in:
Cacodemon345
2022-02-08 01:52:02 +06:00
parent 5061d6c275
commit b21d5b5a43
4 changed files with 30 additions and 3 deletions

View File

@@ -1073,3 +1073,9 @@ ui_sb_bugui(char *str)
memset(sb_bugtext, 0x00, sizeof(sb_bugtext));
ui_sb_update_text();
}
/* API */
void
ui_sb_mt32lcd(char* str)
{
}