mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-27 13:53:36 +00:00
gl_shader_decompiler: Fix typo "y_negate"->"y_direction"
This commit is contained in:
@@ -1884,7 +1884,7 @@ private:
|
||||
}
|
||||
|
||||
Expression YNegate(Operation operation) {
|
||||
return {"y_negate", Type::Float};
|
||||
return {"y_direction", Type::Float};
|
||||
}
|
||||
|
||||
template <u32 element>
|
||||
|
||||
Reference in New Issue
Block a user