pcsx2: More cleanup of iCore.

Greg: Drop Svu changes, Svu will be dropped in the future anyway
This commit is contained in:
Sacha 2015-02-27 21:20:11 +01:00 committed by Gregory Hainaut
parent b2738fdd5b
commit 4bb41bc267
1 changed files with 9 additions and 11 deletions
pcsx2/x86

View File

@ -218,8 +218,6 @@ struct EEINST
// valid if info & EEINSTINFO_COP2 // valid if info & EEINSTINFO_COP2
int cycle; // cycle of inst (at offset from block) int cycle; // cycle of inst (at offset from block)
_VURegsNum vuregs; _VURegsNum vuregs;
u8 numpeeps; // number of peephole optimizations
}; };
extern EEINST* g_pCurInstInfo; // info for the cur instruction extern EEINST* g_pCurInstInfo; // info for the cur instruction