mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: drc: new smc handling, some bugfixes + refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@864 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5686d93123
commit
a2b8c5a545
9 changed files with 349 additions and 263 deletions
|
@ -2,7 +2,7 @@ typedef unsigned char u8;
|
|||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
|
||||
#define DRC_TCACHE_SIZE (512*1024)
|
||||
#define DRC_TCACHE_SIZE (2*1024*1024)
|
||||
|
||||
extern u8 tcache[DRC_TCACHE_SIZE];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue