mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 11:42:32 -07: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