mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Forgot this one
This commit is contained in:
parent
482d470bf2
commit
1bf9e41c26
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user