mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
DRC: reworked scan_block (fix register usage masks, better block and literals detection)
This commit is contained in:
parent
32feba7458
commit
b804d9543b
3 changed files with 162 additions and 85 deletions
|
@ -5,7 +5,7 @@ typedef signed short s16;
|
|||
typedef unsigned int u32;
|
||||
typedef signed int s32;
|
||||
|
||||
#define DRC_TCACHE_SIZE (2*1024*1024)
|
||||
#define DRC_TCACHE_SIZE (4*1024*1024)
|
||||
|
||||
extern u8 *tcache;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue