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 ();
|
||||
WinLockConfigFile ();
|
||||
|
||||
ChangeInputDevice();
|
||||
ControllerOptionsFromControllers();
|
||||
ChangeInputDevice();
|
||||
|
||||
WinInit (hInstance);
|
||||
if(GUI.HideMenu)
|
||||
|
|
Loading…
Reference in New Issue