mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 15:17:57 -05:00
input_common: Improve SDL joystick and hide toggle option
This commit is contained in:
@ -57,6 +57,7 @@ Common::ParamPackage MouseButtonFactory::GetNextInput() const {
|
||||
if (pad.button != MouseInput::MouseButton::Undefined) {
|
||||
params.Set("engine", "mouse");
|
||||
params.Set("button", static_cast<u16>(pad.button));
|
||||
params.Set("toggle", false);
|
||||
return params;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user