mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix a dst_reg typo for tc9
This commit is contained in:
parent
2eb73e5b4b
commit
d058ef769c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue