???
L+R+START+SELECT does nothing...
Update: October 22, 2007:
Read below.
Debug Menu for PSPlink v3.0 Oct 22 2007 SVN DoesNOT work
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
Debug Menu for PSPlink v3.0 Oct 22 2007 SVN DoesNOT work
Last edited by KickinAezz on Tue Oct 23, 2007 9:02 am, edited 4 times in total.
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
well, tyranid
-> I'm on 3.71 M33-2.
-> Just built a BRAND new toolchain oct 21,07 from svn.
-> Compiled PSPlink. Copied PSPlink [release_oe] to game371. Everything works.
-> NO PLUGINS are enabled.
EXCEPT:
I tried
I press L+R+START+SELECT ... NOTHING HAPPENS. [module is running tho!]
I tried enabling as well as disabling psp link user module.
PLEASE HELP.... Please
Is this the problem?
-> Just built a BRAND new toolchain oct 21,07 from svn.
-> Compiled PSPlink. Copied PSPlink [release_oe] to game371. Everything works.
-> NO PLUGINS are enabled.
EXCEPT:
I tried
Code: Select all
ldstart ms0:/psp/game371/psplink/debugmenu.prx
Load & start Successful msg
Code: Select all
thlist
> DebugMenu
Code: Select all
evlist
> DebugMenuEvent
Code: Select all
modlist
> DebugMenu
I tried enabling as well as disabling psp link user module.
PLEASE HELP.... Please
Is this the problem?
Code: Select all
#define TRIGGER (PSP_CTRL_LTRIGGER | PSP_CTRL_RTRIGGER | PSP_CTRL_START | PSP_CTRL_SELECT)
void button_callback(int curr, int last, void *arg)
{
if((curr & TRIGGER) == TRIGGER)
{
sceKernelSetEventFlag(g_eventflag, START_MENU);
}
}
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.