mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
8 lines
122 B
C
8 lines
122 B
C
|
|
#define DRC_TCACHE_SIZE (4*1024*1024)
|
|
|
|
extern u8 *tcache;
|
|
|
|
void drc_cmn_init(void);
|
|
void drc_cmn_cleanup(void);
|
|
|