Added UpdateMenuHotkeys() call after DriverInitialize to redraw tooltips with updated joystick numbers

This commit is contained in:
Alexey 'Cluster' Avdyukhin 2021-06-08 16:25:57 +03:00 committed by zeromus
parent 232394ba87
commit 867a3e7838
1 changed files with 1 additions and 0 deletions

View File

@ -840,6 +840,7 @@ int main(int argc,char *argv[])
do_exit();
return 1;
}
UpdateMenuHotkeys(FCEUMENU_MAIN);
debugSystem = new DebugSystem();
debugSystem->init();