mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 20:45:22 +00:00
Add std::set<int> m_jump_lvls
This commit is contained in:
parent
a5705d3308
commit
4967771df5
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "GLShaderParam.h"
|
||||
#include "Emu/RSX/RSXVertexProgram.h"
|
||||
#include "Utilities/Thread.h"
|
||||
#include <set>
|
||||
|
||||
struct GLVertexDecompilerThread : public ThreadBase
|
||||
{
|
||||
|
@ -154,8 +155,8 @@ struct GLVertexDecompilerThread : public ThreadBase
|
|||
Instruction* m_cur_instr;
|
||||
size_t m_instr_count;
|
||||
|
||||
std::set<int> m_jump_lvls;
|
||||
std::vector<std::string> m_body;
|
||||
|
||||
std::vector<FuncInfo> m_funcs;
|
||||
|
||||
//wxString main;
|
||||
|
|
Loading…
Add table
Reference in a new issue