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

@@ -4083,12 +4083,10 @@ void HandleUI(void)
}
// close OSD now as the new core may not even have one
OsdDisable();
fpga_load_rbf(SelectedRBF);
break;
case MENU_CORE_FILE_SELECTED2:
OsdDisable();
fpga_load_rbf(SelectedRBF, SelectedPath);
menustate = MENU_NONE1;
break;