mirror of https://github.com/snes9xgit/snes9x.git
Move ChangeInputDevice after controller option set.
This commit is contained in:
parent
4b2ce429cd
commit
881d64c2e9
|
@ -3257,8 +3257,8 @@ int WINAPI WinMain(
|
||||||
WinSaveConfigFile ();
|
WinSaveConfigFile ();
|
||||||
WinLockConfigFile ();
|
WinLockConfigFile ();
|
||||||
|
|
||||||
ChangeInputDevice();
|
|
||||||
ControllerOptionsFromControllers();
|
ControllerOptionsFromControllers();
|
||||||
|
ChangeInputDevice();
|
||||||
|
|
||||||
WinInit (hInstance);
|
WinInit (hInstance);
|
||||||
if(GUI.HideMenu)
|
if(GUI.HideMenu)
|
||||||
|
|
Loading…
Reference in New Issue