https://github.com/noword/Emu4VitaPlus/issues/39 src/apu.c On the PS Vita platform, function `S9xAPULoadState` should not be optimized either. line 3662: `#if defined(ANDROID) || defined(__QNX__)` ==> `#if defined(ANDROID) || defined(__QNX__) || defined(VITA)`
noword/Emu4VitaPlus#39
src/apu.c
On the PS Vita platform, function
S9xAPULoadStateshould not be optimized either.line 3662:
#if defined(ANDROID) || defined(__QNX__)==>
#if defined(ANDROID) || defined(__QNX__) || defined(VITA)