| View previous topic :: View next topic |
| Author |
Message |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sun Sep 28, 2008 8:11 pm Post subject: Swap X and O buttons in Home screen in GAME mode. |
|
|
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. |
|
| Back to top |
|
 |
angelo
Joined: 29 Aug 2007 Posts: 168
|
Posted: Mon Sep 29, 2008 4:02 am Post subject: |
|
|
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. :) |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Mon Sep 29, 2008 12:58 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Mon Sep 29, 2008 4:28 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|