mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-26 13:19:02 +02:00
9 lines
122 B
C
9 lines
122 B
C
|
|
#define DRC_TCACHE_SIZE (4*1024*1024)
|
|
|
|
extern u8 *tcache;
|
|
|
|
void drc_cmn_init(void);
|
|
void drc_cmn_cleanup(void);
|
|
|