mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
Forgot this one
This commit is contained in:
parent
482d470bf2
commit
1bf9e41c26
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ std::string GLFragmentDecompilerThread::AddConst()
|
||||||
return name;
|
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);
|
m_offset = 2 * 4 * sizeof(u32);
|
||||||
u32 x = GetData(data[0]);
|
u32 x = GetData(data[0]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue