early-access version 2485

This commit is contained in:
pineappleEA
2022-02-10 02:50:30 +01:00
parent ba9fb35d2a
commit 5eb091f7cf
4 changed files with 31 additions and 5 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;