(Windows) Remove redundant hotkey initializing code.
This commit is contained in:
parent
b3a352a409
commit
16ea99e78c
|
@ -2105,9 +2105,6 @@ int _main()
|
||||||
TABLET_DISABLE_FLICKFALLBACKKEYS
|
TABLET_DISABLE_FLICKFALLBACKKEYS
|
||||||
));
|
));
|
||||||
|
|
||||||
InitCustomKeys(&CustomKeys);
|
|
||||||
LoadHotkeyConfig();
|
|
||||||
|
|
||||||
if(MenuInit() == 0)
|
if(MenuInit() == 0)
|
||||||
{
|
{
|
||||||
MessageBox(NULL, "Error creating main menu", "DeSmuME", MB_OK);
|
MessageBox(NULL, "Error creating main menu", "DeSmuME", MB_OK);
|
||||||
|
|
Loading…
Reference in New Issue