GTK+: The config file show know about none.
This commit is contained in:
parent
5910ed4501
commit
56d9cb3d2e
@ -594,6 +594,8 @@ int Snes9xConfig::load_config_file ()
|
||||
S9xSetController (i, CTL_SUPERSCOPE, 0, 0, 0, 0);
|
||||
else if (tmp.find ("mouse") != std::string::npos)
|
||||
S9xSetController (i, CTL_MOUSE, i, 0, 0, 0);
|
||||
else if (tmp.find ("none") != std::string::npos)
|
||||
S9xSetController (i, CTL_NONE, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
inint (z"JoystickThreshold", joystick_threshold);
|
||||
|
Loading…
Reference in New Issue
Block a user