libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
38 stars 60 forks source link

Fix PSP compilation #151

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

Prior to f8a685534411fdbd9d8b2bff994cff729d559f7e, we were mistakenly building the core for Vita in the PSP job of the gitlab pipeline. Now that we are attempting to build the correct PSP core, it seems that compilation fails due to an undefined reference to '_flush_cache' error.

This 'band-aid' PR fixes PSP compilation. I am unable to test whether the core actually runs on PSP, but this at least enables the gitlab pipeline to run successfully.