mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
commit
16c284214f
1 changed files with 5 additions and 0 deletions
|
@ -133,6 +133,11 @@ std::string GLFragmentDecompilerThread::AddCond(int fp16)
|
||||||
|
|
||||||
std::string GLFragmentDecompilerThread::AddConst()
|
std::string GLFragmentDecompilerThread::AddConst()
|
||||||
{
|
{
|
||||||
|
if(m_parr.HasParam(PARAM_UNIFORM, "vec4", std::string("fc") + std::to_string(m_size + 4 * 4)))
|
||||||
|
{
|
||||||
|
return std::string("fc") + std::to_string(m_size + 4 * 4);
|
||||||
|
}
|
||||||
|
|
||||||
mem32_ptr_t data(m_addr + m_size + m_offset);
|
mem32_ptr_t data(m_addr + m_size + m_offset);
|
||||||
|
|
||||||
m_offset += 4 * 4;
|
m_offset += 4 * 4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue