OSD fixes.
This commit is contained in:
1
menu.cpp
1
menu.cpp
@@ -4870,6 +4870,7 @@ void Info(const char *message, int timeout, int width, int height, int frame)
|
||||
|
||||
menu_timer = GetTimer(timeout);
|
||||
menustate = MENU_INFO;
|
||||
OsdUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
3
osd.cpp
3
osd.cpp
@@ -695,9 +695,6 @@ char* OsdCoreName()
|
||||
|
||||
void OsdUpdate()
|
||||
{
|
||||
// reset the output channel (workaround)
|
||||
if(osdset) spi_osd_cmd(OSD_CMD_WRITE);
|
||||
|
||||
int n = is_menu_core() ? 19 : osd_size;
|
||||
for (int i = 0; i < n; i++)
|
||||
{
|
||||
|
||||
@@ -1705,6 +1705,7 @@ void user_io_read_confstr()
|
||||
}
|
||||
|
||||
cfgstr[j++] = 0;
|
||||
DisableIO();
|
||||
}
|
||||
|
||||
char *user_io_get_confstr(int index)
|
||||
|
||||
Reference in New Issue
Block a user