mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
numCyclesMinusOne to numCycles in GekkoOPInfo
This commit is contained in:
@ -78,7 +78,7 @@ struct GekkoOPInfo
|
||||
const char *opname;
|
||||
int type;
|
||||
int flags;
|
||||
int numCyclesMinusOne;
|
||||
int numCycles;
|
||||
u64 runCount;
|
||||
int compileCount;
|
||||
u32 lastUse;
|
||||
|
Reference in New Issue
Block a user