Add std::set<int> m_jump_lvls
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#include "GLShaderParam.h"
|
#include "GLShaderParam.h"
|
||||||
#include "Emu/RSX/RSXVertexProgram.h"
|
#include "Emu/RSX/RSXVertexProgram.h"
|
||||||
#include "Utilities/Thread.h"
|
#include "Utilities/Thread.h"
|
||||||
|
#include <set>
|
||||||
|
|
||||||
struct GLVertexDecompilerThread : public ThreadBase
|
struct GLVertexDecompilerThread : public ThreadBase
|
||||||
{
|
{
|
||||||
@@ -154,8 +155,8 @@ struct GLVertexDecompilerThread : public ThreadBase
|
|||||||
Instruction* m_cur_instr;
|
Instruction* m_cur_instr;
|
||||||
size_t m_instr_count;
|
size_t m_instr_count;
|
||||||
|
|
||||||
|
std::set<int> m_jump_lvls;
|
||||||
std::vector<std::string> m_body;
|
std::vector<std::string> m_body;
|
||||||
|
|
||||||
std::vector<FuncInfo> m_funcs;
|
std::vector<FuncInfo> m_funcs;
|
||||||
|
|
||||||
//wxString main;
|
//wxString main;
|
||||||
|
|||||||
Reference in New Issue
Block a user