libretro, improve ps2 support, switchable renderers, 32X support w/ DRC

This commit is contained in:
kub 2020-12-12 14:51:44 +01:00
parent cd262e4cc7
commit 7e5b769d8f
4 changed files with 66 additions and 81 deletions

View file

@ -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) \