0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

gl_shader_decompiler: Fix typo "y_negate"->"y_direction"

This commit is contained in:
ReinUsesLisp 2019-11-03 14:46:53 -03:00
parent e2ea0c3e11
commit f1facaeaef
No known key found for this signature in database
GPG Key ID: 2DFC508897B39CFE

View File

@ -1884,7 +1884,7 @@ private:
} }
Expression YNegate(Operation operation) { Expression YNegate(Operation operation) {
return {"y_negate", Type::Float}; return {"y_direction", Type::Float};
} }
template <u32 element> template <u32 element>