New version of the PSP Emulator for Windows in Beta:
PPSSPP Git (2018/06/02) is compiled. PPSSPP is a fast and portable PSP emulator for Android, Windows, Mac, and Linux, written in C++.
PPSSPP Git Changelog:
* Merge pull request #11121 from unknownbrackets/ui-texture-crash
* UI: Reinit UI texture during game when used.
* Merge pull request #11119 from hrydgard/vk-nulltexture
* Better return the right pointer.
* Never bind a NULL image view in Vulkan no matter what.
* Merge pull request #11118 from hrydgard/framebuffer-download-size
* When creating temp framebuffers for download, size them using bufferWidth/Height instead of width/height.
* Fix a GL error when taking a screenshot in non-buffered. May help #11056
* Vulkan image readback: Fix a couple scary cases of wrong argument order in image transitions, leading to transitioning 0 mips
* Update lang submodule