Forgot this one

This commit is contained in:
DHrpcs3 2015-01-18 13:16:24 +02:00
parent 482d470bf2
commit 1bf9e41c26

View File

@ -102,7 +102,7 @@ std::string GLFragmentDecompilerThread::AddConst()
return name;
}
auto data = vm::ptr<u32>::make(m_addr + m_size + m_offset);
auto data = vm::ptr<u32>::make(m_addr + m_size + 4 * sizeof(u32));
m_offset = 2 * 4 * sizeof(u32);
u32 x = GetData(data[0]);