mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
JitRegCache: Remove unused typedefs
This commit is contained in:
parent
b629eb300a
commit
4ae23fc45c
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue