A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
Was trying to rotate an empty buffer instead of the screenshot, oops.
Only affects Android since it's the only platform that uses rotated framebuffers.
Additionally, fix a validation error. (not actually checking the flag when taking a screenshot, because support for TRANSFER_SRC on swapchain images seems universal).
Was trying to rotate an empty buffer instead of the screenshot, oops.
Only affects Android since it's the only platform that uses rotated framebuffers.
Additionally, fix a validation error. (not actually checking the flag when taking a screenshot, because support for TRANSFER_SRC on swapchain images seems universal).
Fixes #19585