[PPSSPP] Compiling issues under windows 7

I followed the guide to the letter and couldn’t compile PPSSPP libretro on Windows 7. There is an error saying that the variable Crash, SYSTEM, GD3 are not defined…

I tried compiling using Msys32 and the mingw32-g++ and mingw32-gcc toolchains by executing ./libretro-build.sh ppsspp on the super-tree…

Any help is appreciated…

you are missing submodules probably

I don’t know but the source looks identical to the standalone version, I saw it downloaded the dx9sdk, the ffmpeg and other submodules too… So I don’t think that could be the problem…

well not sure then as i have not been able to compile this in linux due to limited internet bandwidth to fetch all the submodules. just rather get precompiled version from buildbot, unless you really want to add changes to the core.

That’s exactly the reason I am trying to compile it… I had a fix for the scroll stuttering that PPSSPP is suffering that I made for the standalone version and want to port it to the libretro core…