PPSSPP Git (2014/09/01) is compiled. PPSSPP is a fast and portable PSP emulator for Android, Windows, Mac, and Linux, written in C++.
PPSSPP Git Changelog:
- Fix a bad iterator dereference in sceMpeg.Though not sure it should actually reach here, let's at least not crash.
- Merge: ff8846e 06fae5bMerge pull request #6818 from sum2012/logAdd a "no loop information" log
- Add a "no loop information" log
- Disable the loadexec test for now.It hangs because it calls sceKernelSelfStopUnloadModule which we ignore,but for now let's skip it to speed up tests.
- Fix a couple small style issues.Trying to be consistent with the coding style.