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.
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.