mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-11 07:56:15 +01:00
[rsx/wip] Fix broken jump lvl code
This commit is contained in:
parent
1f62da8a70
commit
711e117dd2
|
|
@ -538,7 +538,7 @@ std::string VertexProgramDecompiler::Decompile()
|
|||
|
||||
auto find_jump_lvl = [this](u32 address)
|
||||
{
|
||||
u32 jump = 0;
|
||||
u32 jump = 1;
|
||||
|
||||
for (auto pos : m_jump_lvls)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue