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

Joined: 08 Feb 2007 Posts: 155
|
Posted: Wed Apr 01, 2009 8:02 am Post subject: Home Menus - How can I make one? |
|
|
You all know them... the standard dialog that comes up when you press Home inside a game or (especially) while running POPS.
POPS uses a nonstandard dialog... so I'm pretty sure it has to be possible to make your own Home Dialog like this... or hook your way into the Game one somehow...
Anyone has a idea? _________________ Been gone for some time. Now I'm back. Someone mind getting me up-2-date? |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Fri Apr 03, 2009 9:33 pm Post subject: |
|
|
what i did was not created an exit callback and use what i call a controls driver that i made so that i can read all controls and when home is pressed i show the menu and depending on the action or whatever i set home to do i call sceKernelExitGame or tell my game to quit however that may be (quit = true)
controls driver:
http://www.sendspace.com/file/dadsbe |
|
| Back to top |
|
 |
|