We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3297

Summary: Horizontal and Vertical flip swapped on PSP
Product: SDL Reporter: Littlefighter19
Component: renderAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: philipp.wiesemann
Version: 2.0.4   
Hardware: Other   
OS: Other   

Description Littlefighter19 2016-03-28 11:44:26 UTC
When trying to mirror something on the PSP, I've stumbled upon the problem,
that using SDL_RenderCopyEx with SDL_FLIP_HORIZONTAL flips the image vertically, vise-versa SDL_FLIP_VERTICAL flips the image horizontally.
Proposed patch would be swapping the check in line 944 with the one in line 948 in SDL_render_psp.c
Comment 1 Sam Lantinga 2017-08-12 03:54:33 UTC
Implemented, thanks!
https://hg.libsdl.org/SDL/rev/436b07ff41b4