mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
libretro, improve ps2 support, switchable renderers, 32X support w/ DRC
This commit is contained in:
parent
cd262e4cc7
commit
7e5b769d8f
4 changed files with 66 additions and 81 deletions
|
@ -380,7 +380,7 @@ static struct block_list *inactive_blocks[TCACHE_BUFFERS];
|
|||
// each array has len: sizeof(mem) / INVAL_PAGE_SIZE
|
||||
static struct block_list **inval_lookup[TCACHE_BUFFERS];
|
||||
|
||||
#define HASH_TABLE_SIZE(tcid) ((tcid) ? 512 : 64*512)
|
||||
#define HASH_TABLE_SIZE(tcid) ((tcid) ? 512 : 32*512)
|
||||
static struct block_entry **hash_tables[TCACHE_BUFFERS];
|
||||
|
||||
#define HASH_FUNC(hash_tab, addr, mask) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue