libretro: satisfy vita's dynarec needs in a cleaner way

This commit is contained in:
notaz 2017-10-13 23:36:51 +03:00
parent 28a5b39232
commit df9251536d
5 changed files with 39 additions and 12 deletions

View file

@ -5,7 +5,7 @@ typedef unsigned int u32;
#define DRC_TCACHE_SIZE (2*1024*1024)
extern u8 tcache[DRC_TCACHE_SIZE];
extern u8 *tcache;
void drc_cmn_init(void);
void drc_cmn_cleanup(void);