osd: some refactoring.

This commit is contained in:
sorgelig
2020-04-20 21:35:01 +08:00
parent e9eebbe260
commit 47b1ab4a61
5 changed files with 84 additions and 130 deletions

View File

@@ -2063,7 +2063,7 @@ void sharpmz_ui(int idleState, int idle2State, int system
// set helptext with core display on top of basic info
sprintf(helptext_custom, " ");
strcat(helptext_custom, OsdCoreName());
strcat(helptext_custom, OsdCoreNameGet());
strcat(helptext_custom, " ");
strcat(helptext_custom, SHARPMZ_HELPTEXT[0]);
*helptext = helptext_custom;