Merge pull request #579 from raven02/patch-4

Fix a dst_reg typo for tc9
This commit is contained in:
B1ackDaemon 2014-07-18 20:56:06 +03:00
commit e7ad52ee9f

View File

@ -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;