mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
sh2 drc: fix speed regression
This commit is contained in:
parent
90b1c9db91
commit
a5e51c16e6
8 changed files with 35 additions and 18 deletions
|
@ -10,6 +10,7 @@ typedef enum {
|
|||
SHR_GBR, SHR_VBR, SHR_MACH, SHR_MACL,
|
||||
SH2_REGS // register set size
|
||||
} sh2_reg_e;
|
||||
#define SHR_R(n) (SHR_R0+(n))
|
||||
|
||||
typedef struct SH2_
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue