mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
commit
1cfd2c4475
1 changed files with 9 additions and 9 deletions
|
@ -251,10 +251,10 @@ std::string GLFragmentDecompilerThread::BuildCode()
|
||||||
static const std::pair<std::string, std::string> table[] =
|
static const std::pair<std::string, std::string> table[] =
|
||||||
{
|
{
|
||||||
{ "ocol0", m_ctrl & 0x40 ? "r0" : "h0" },
|
{ "ocol0", m_ctrl & 0x40 ? "r0" : "h0" },
|
||||||
{ "ocol1", m_ctrl & 0x40 ? "r1" : "h2" },
|
{ "ocol1", m_ctrl & 0x40 ? "r2" : "h2" },
|
||||||
{ "ocol2", m_ctrl & 0x40 ? "r2" : "h4" },
|
{ "ocol2", m_ctrl & 0x40 ? "r3" : "h4" },
|
||||||
{ "ocol3", m_ctrl & 0x40 ? "r3" : "h6" },
|
{ "ocol3", m_ctrl & 0x40 ? "r4" : "h6" },
|
||||||
{ "ocol4", m_ctrl & 0x40 ? "r4" : "h8" },
|
{ "ocol4", m_ctrl & 0x40 ? "r5" : "h8" },
|
||||||
};
|
};
|
||||||
|
|
||||||
for (int i = 0; i < sizeof(table) / sizeof(*table); ++i)
|
for (int i = 0; i < sizeof(table) / sizeof(*table); ++i)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue