mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc, reuse blocks if already previously compiled (speedup for Virtua *)
This commit is contained in:
parent
d40a5af495
commit
47ee54b873
2 changed files with 124 additions and 22 deletions
|
@ -22,7 +22,7 @@ void sh2_drc_frame(void);
|
|||
#define OF_T_CLEAR (1 << 3) // ... clear
|
||||
#define OF_B_IN_DS (1 << 4)
|
||||
|
||||
void scan_block(unsigned int base_pc, int is_slave,
|
||||
unsigned short scan_block(unsigned int base_pc, int is_slave,
|
||||
unsigned char *op_flags, unsigned int *end_pc,
|
||||
unsigned int *base_literals, unsigned int *end_literals);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue