diff --git a/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp b/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp index b54713d672..9dcc48eef7 100644 --- a/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp +++ b/rpcs3/Emu/RSX/Common/VertexProgramDecompiler.cpp @@ -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) {