mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
JitRegCache: Remove unused typedefs
This commit is contained in:
@ -31,9 +31,6 @@ struct X64CachedReg
|
|||||||
bool locked;
|
bool locked;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int XReg;
|
|
||||||
typedef int PReg;
|
|
||||||
|
|
||||||
#define NUMXREGS 16
|
#define NUMXREGS 16
|
||||||
|
|
||||||
class RegCache
|
class RegCache
|
||||||
|
Reference in New Issue
Block a user