Disable input grab before reload the core.

This commit is contained in:
sorgelig
2019-05-26 06:20:14 +08:00
parent d9db6576fa
commit eddd5f1dc8
3 changed files with 3 additions and 4 deletions

View File

@@ -1539,7 +1539,6 @@ void user_io_send_buttons(char force)
if ((key_map & BUTTON2) && !(map & BUTTON2))
{
const char *name = get_rbf_name();
OsdDisable();
fpga_load_rbf(name[0] ? name : "Archie.rbf");
}
}
@@ -2169,7 +2168,6 @@ void user_io_poll()
if (!coldreset_req && prev_coldreset_req)
{
OsdDisable();
fpga_load_rbf("menu.rbf");
}