From a7f3b6fd570e76c721243e24407cd87124db29ea Mon Sep 17 00:00:00 2001 From: B1ackDaemon Date: Sat, 19 Jul 2014 10:04:33 +0300 Subject: [PATCH] Revert "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 dc82212f7e..665f564c24 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_reg16", "", false } + { "tc9", true, "dst_reg6", "", false } }; std::string f;