[rsx/wip] Fix broken jump lvl code

This commit is contained in:
kd-11 2017-01-08 12:40:11 +03:00 committed by Zangetsu38
parent 1f62da8a70
commit 711e117dd2

View file

@ -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)
{