GTK+: The config file show know about none.

This commit is contained in:
Brandon Wright 2018-12-12 16:46:30 -06:00
parent 5910ed4501
commit 56d9cb3d2e

View File

@ -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);