Swap X and O buttons in Home screen in GAME mode.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Swap X and O buttons in Home screen in GAME mode.

Post by Torch »

When running an EBOOT in GAME mode, how do I make it such that the the X and O buttons are swapped in the Home (Do you want to exit game?) screen?

Some games like MGS are able to do this. The O button becomes select in the Home screen even on US PSPs.
angelo
Posts: 168
Joined: Wed Aug 29, 2007 9:34 pm

Post by angelo »

Check out the piKey source code, especially OSK out. It goes into the registry an finds the "cancel" and "confirm" keys. (X + O).

That may help. :)
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

angelo wrote:Check out the piKey source code, especially OSK out. It goes into the registry an finds the "cancel" and "confirm" keys. (X + O).

That may help. :)
That would help making your game user friendly for various regions, but it won't change the X & O in the Home button screen.
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

Games use sceImposeSetLanguageMode to do that.

It has 2 params, first one is language code. Second one is button. The values are same as defined in some .h.
I have never got the point of why Sony allows game developers to change that, it is annoying for the user, mainly the language change.
Post Reply