Added UpdateMenuHotkeys() call after DriverInitialize to redraw tooltips with updated joystick numbers
This commit is contained in:
parent
232394ba87
commit
867a3e7838
|
@ -840,6 +840,7 @@ int main(int argc,char *argv[])
|
||||||
do_exit();
|
do_exit();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
UpdateMenuHotkeys(FCEUMENU_MAIN);
|
||||||
|
|
||||||
debugSystem = new DebugSystem();
|
debugSystem = new DebugSystem();
|
||||||
debugSystem->init();
|
debugSystem->init();
|
||||||
|
|
Loading…
Reference in New Issue