mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro: satisfy vita's dynarec needs in a cleaner way
This commit is contained in:
parent
28a5b39232
commit
df9251536d
5 changed files with 39 additions and 12 deletions
|
@ -203,3 +203,7 @@ void plat_wait_till_us(unsigned int us_to)
|
|||
}
|
||||
}
|
||||
|
||||
void *plat_mem_get_for_drc(size_t size)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue