1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-03 09:56:32 -05:00

Merge pull request #792 from lioncash/retval

gl_shader_decompiler: Correct return value of WriteTexsInstruction()
This commit is contained in:
bunnei
2018-07-23 20:06:48 -07:00
committed by GitHub

View File

@@ -756,7 +756,7 @@ private:
}
}
std::string WriteTexsInstruction(const Instruction& instr, const std::string& coord,
void WriteTexsInstruction(const Instruction& instr, const std::string& coord,
const std::string& texture) {
// Add an extra scope and declare the texture coords inside to prevent
// overwriting them in case they are used as outputs of the texs instruction.