pandora: fix build

Fixes: df9251536d "libretro: satisfy vita's dynarec needs in a cleaner way"
This commit is contained in:
notaz 2017-10-19 02:44:56 +03:00
parent eaa147519f
commit 759c9d3846
3 changed files with 12 additions and 0 deletions

View file

@ -442,6 +442,11 @@ void plat_wait_till_us(unsigned int us_to)
*/
}
void *plat_mem_get_for_drc(size_t size)
{
return NULL;
}
void plat_early_init(void)
{
}