yuzu: Add auto center on right click
This commit is contained in:
parent
b720009dc0
commit
6a4ab3e0d2
3 changed files with 30 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue