From d058ef769cbea6baefea11645d327a56a5c6e12b Mon Sep 17 00:00:00 2001 From: raven02 Date: Sat, 19 Jul 2014 01:47:58 +0800 Subject: [PATCH] Fix a dst_reg typo for tc9 --- rpcs3/Emu/GS/GL/GLVertexProgram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/GS/GL/GLVertexProgram.cpp b/rpcs3/Emu/GS/GL/GLVertexProgram.cpp index 665f564c24..dc82212f7e 100644 --- a/rpcs3/Emu/GS/GL/GLVertexProgram.cpp +++ b/rpcs3/Emu/GS/GL/GLVertexProgram.cpp @@ -353,7 +353,7 @@ std::string GLVertexDecompilerThread::BuildCode() { "tc6", true, "dst_reg13", "", false }, { "tc7", true, "dst_reg14", "", false }, { "tc8", true, "dst_reg15", "", false }, - { "tc9", true, "dst_reg6", "", false } + { "tc9", true, "dst_reg16", "", false } }; std::string f;