Fix OSD message.

This commit is contained in:
sorgelig
2017-10-03 07:48:04 +08:00
parent 18cb09749d
commit 5e2865023f

2
main.c
View File

@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
// 8 bit cores can also have a ui if a valid config string can be read from it
case CORE_TYPE_8BIT:
if(user_io_is_8bit_with_config_string()) HandleUI();
HandleUI();
break;
// Archie core will get its own treatment one day ...