From 4967771df5a351e5b63b3cdefa2462573961a01b Mon Sep 17 00:00:00 2001 From: raven02 Date: Sun, 14 Dec 2014 00:19:06 +0800 Subject: [PATCH] Add std::set m_jump_lvls --- rpcs3/Emu/RSX/GL/GLVertexProgram.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/GL/GLVertexProgram.h b/rpcs3/Emu/RSX/GL/GLVertexProgram.h index ef87c4cca7..942dad6559 100644 --- a/rpcs3/Emu/RSX/GL/GLVertexProgram.h +++ b/rpcs3/Emu/RSX/GL/GLVertexProgram.h @@ -2,6 +2,7 @@ #include "GLShaderParam.h" #include "Emu/RSX/RSXVertexProgram.h" #include "Utilities/Thread.h" +#include struct GLVertexDecompilerThread : public ThreadBase { @@ -154,8 +155,8 @@ struct GLVertexDecompilerThread : public ThreadBase Instruction* m_cur_instr; size_t m_instr_count; + std::set m_jump_lvls; std::vector m_body; - std::vector m_funcs; //wxString main;