So I noticed that the hotkeys are all mapped incorrectly. For example, load state/save state should be L and R, however, L is mapped to Save State, and Y is mapped to Save State. Also, Restart is mapped to A instead of B, etc. I checked the PSPi Controller.cfg file and everything is correct as far as the button mapping, however it has no effect. Is there any any way to correct this?
Edit: I should note that this is all with a default installation from the provided image file.
I think the changes you need are in retroarch.cfg. I don't use save states, so that's something I never checked. Retroarch is just using the defaults, and I don't think it is getting the config from PSPi Controller.cfg for some reason.
Try changing these in retroarch.cfg:
input_load_state_btn = "nul"
input_save_state_btn = "nul"
input_reset_btn = "nul"
to this:
input_load_state_btn = "5"
input_save_state_btn = "6"
input_reset_btn = "2"
Hey, just a follow-up. The automod banned you for some reason. I'm not sure exactly what triggered it.
Anyway, I just saw the edit you made to the original post, so I tested the image again. You're right, and something got reset when I was making the image, causing the buttons to swap. I'm going to make a new image.