yuzu: Add auto center on right click

This commit is contained in:
german77 2022-02-06 18:46:54 -06:00
parent b720009dc0
commit 6a4ab3e0d2
3 changed files with 30 additions and 4 deletions

View file

@ -181,7 +181,7 @@ public:
.raw_value = input_engine->GetAxis(identifier, axis_y),
.properties = properties_y,
};
// This is a workaround too keep compatibility with old yuzu versions. Vertical axis is
// This is a workaround to keep compatibility with old yuzu versions. Vertical axis is
// inverted on SDL compared to Nintendo
if (invert_axis_y) {
status.y.raw_value = -status.y.raw_value;