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