// close OSD now as the new core may not even have one
OsdDisable();
fpga_load_rbf(SelectedRBF);
break;
caseMENU_CORE_FILE_SELECTED2:
OsdDisable();
fpga_load_rbf(SelectedRBF,SelectedPath);
menustate=MENU_NONE1;
break;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.