In need of some help Converted a PSP game to a PS3 format (better visuals), but in the process I've encountered a rather annoying issue. Sticks need to be swapped in order to fix this. From the conversion it's using this config - ADDITIONAL_KEY_ASSIGN's value being where the issue lies I believe? Checking the list of settings available doesn't seem to show a config that blatantly swaps sticks http://www.psdevwiki.com/ps3/Emulation#Emulator_Settings Code: VERSION = 0xFFFFFFFF ADHOC_PARTY = 0 S3D.ENABLE = 0 ADDITIONAL_KEY_ASSIGN = 0000000047C6C544 Currently (post conversion on PS3 controller) Left stick = Camera Right Stick = Movement D-Pad = Movement What it SHOULD be is Left stick = Movement Right stick = Camera D-Pad = Movement If anyone knows what I should do to swap the sticks this would be very helpful. http://www.psdevwiki.com/ps3/Emulation#PSP_Remasters_Button_Remapping shows some interesting details about the option specifically In theory I could just use the PSP itself for the controller (which would easily fix issues) but that's immensely uncomfortable to hold.
That might be tricky, because it seems the right stick and the d-pad share the same identifiers. which is why they share the same function.