Search found 29 matches
- Mon Mar 16, 2009 7:40 am
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19953
- Sun Mar 15, 2009 2:42 pm
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19953
Thanks for your time and replies. It must be a burden to be the only person in the scene to actually know these answers!! ;-) Anwsering your question in answer 3: In an ideal world I would expect: - registering driver - starting by driver name/id - activating by driver name/id and picking up the PID...
- Sun Mar 15, 2009 6:00 am
- Forum: PSP Development
- Topic: PSP as a USB HID GAMEPAD
- Replies: 35
- Views: 19953
I'm currently working at a PSP project, I want also to emulate a USB device using my PSP. I have some questions about the sce/pspsdk functions (Or I just don't understand the API): 1. In the psplink source.... why do you have to start the 'default driver' also? why is it not enough to start your dri...
- Mon Sep 17, 2007 5:42 am
- Forum: PSP Development
- Topic: 8002013C by loading kernel prx in user mode app
- Replies: 15
- Views: 11446
Now.. I got it to work.. With the PSP sdk example! Solution: Had to strip all the ctr0 and startup stuff. (and provide module_start myself) now only -lpspkernel has to link. And the kernel PRX just loads and runs fine! psp-gcc -I/usr/local/pspdev/psp/sdk/include/libc -I. -I/usr/local/pspdev/psp/sdk/...
- Sun Sep 16, 2007 5:03 pm
- Forum: PSP Development
- Topic: 8002013C by loading kernel prx in user mode app
- Replies: 15
- Views: 11446
- Sun Sep 16, 2007 4:33 pm
- Forum: PSP Development
- Topic: 8002013C by loading kernel prx in user mode app
- Replies: 15
- Views: 11446
- Sun Sep 16, 2007 6:07 am
- Forum: PSP Development
- Topic: 8002013C by loading kernel prx in user mode app
- Replies: 15
- Views: 11446
- Sun Sep 16, 2007 6:05 am
- Forum: PSP Development
- Topic: 8002013C by loading kernel prx in user mode app
- Replies: 15
- Views: 11446
0x8002013C means library not found which means some library you are trying to link into your kernel prx is not there or available. Really I wonder why people touch kernel mode when they dont klnow anything about it :) yeah yeah.. And the state of the documentation is in such a good quality I *shoul...
- Sat Sep 15, 2007 7:16 am
- Forum: PSP Development
- Topic: 8002013C by loading kernel prx in user mode app
- Replies: 15
- Views: 11446
8002013C by loading kernel prx in user mode app
Hi there, I try to load mymodule.prx from the SDK samples (testprx) in an user mode app (a PRX inside PBP which is running from dir /PSP/GAME on 3.52 M33-4) using the following code: SceUID modid = sceKernelLoadModule("ms0:/mymodule.prx",0,0); if (modid < 0) { pspDebugScreenPrintf ("R...
- Thu Jul 12, 2007 3:18 pm
- Forum: PSP Development
- Topic: Problems with the new toolchain..
- Replies: 1
- Views: 1314
Problems with the new toolchain..
Installed the toolchain.
Did a clean and a remake of one my current projects..
But now when it starts up I get only a black screen..
Before I go into lengthy debug sessions, where there significant changes in bootstrapping? Is there a change log of the new pspsdk against the old one?
Did a clean and a remake of one my current projects..
But now when it starts up I get only a black screen..
Before I go into lengthy debug sessions, where there significant changes in bootstrapping? Is there a change log of the new pspsdk against the old one?
- Sat May 26, 2007 4:33 am
- Forum: PSP Development
- Topic: Announcing PSP Java MIDP Client
- Replies: 1
- Views: 1375
Announcing PSP Java MIDP Client
Playing java snake on your PSP..
Checkout PeeJay MIDP on http://www.pimpware.org
Update: seems like someone got RuneScape running on PeeJay
Checkout PeeJay MIDP on http://www.pimpware.org
Update: seems like someone got RuneScape running on PeeJay
- Mon May 21, 2007 4:00 pm
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
- Sat May 12, 2007 7:38 pm
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
- Wed May 09, 2007 11:50 pm
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
- Mon May 07, 2007 3:14 pm
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
- Sat May 05, 2007 4:54 am
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
- Fri May 04, 2007 3:18 pm
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
- Fri May 04, 2007 8:38 am
- Forum: PSP Development
- Topic: Loading a PRX module suddenly gives me 8002013C on 3.40 OE
- Replies: 13
- Views: 11155
Loading a PRX module suddenly gives me 8002013C on 3.40 OE
Hi all, I just upgraded my psp to 3.40 OE and suddenly a kernel mode PRX what could be loaded fine by my user mode PRX (inside a PBP) refuses to load and gives me a 8002013C error. on 3.10 OE A' I did not have this problem... Is something changed in the module loading business? None of the binaries ...
- Wed Sep 27, 2006 8:45 am
- Forum: PSP Development
- Topic: announce: PSP jvm (java) port
- Replies: 5
- Views: 3465
- Sun Sep 24, 2006 6:23 pm
- Forum: PSP Development
- Topic: undefined reference to `__muldf3'
- Replies: 1
- Views: 1953
undefined reference to `__muldf3'
wtf... which lib must I include?
I do already:
-lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lm -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver -lpsputility -lpspuser -lpspkernel
I also noticed if changing the order of the libs, references will be mangeld.
I do already:
-lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lm -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver -lpsputility -lpspuser -lpspkernel
I also noticed if changing the order of the libs, references will be mangeld.
- Sun Sep 24, 2006 6:18 pm
- Forum: PSP Development
- Topic: stdout ?
- Replies: 3
- Views: 1539
- Wed Sep 20, 2006 3:32 pm
- Forum: PSP Development
- Topic: stdout ?
- Replies: 3
- Views: 1539
- Wed Sep 20, 2006 2:55 am
- Forum: PSP Development
- Topic: stdout ?
- Replies: 3
- Views: 1539
stdout ?
I run this small program in PSPLINK, but nothing is shown at the screen.. Did I forget something? tst.c ... all the includes PSP_MODULE_INFO("tst", 0x1000, 1, 1); PSP_MAIN_THREAD_ATTR(0); int main (int argc, char ** argv) { pspDebugInstallStdoutHandler(pspDebugScreenPrintData); pspDebugScr...
- Wed Sep 13, 2006 3:44 pm
- Forum: PSP Development
- Topic: pspSdkLoadInetModules returned -2147418110 (0x80010002)
- Replies: 1
- Views: 1507
pspSdkLoadInetModules returned -2147418110 (0x80010002)
I tried to look this error up, but in the docs there are only
0x8002... errors..
Anyone has a clue what this error means?
Context of this problem:
a PSP with an UP and an epsilon bios is trying to call pspSdkLoadInetModules
0x8002... errors..
Anyone has a clue what this error means?
Context of this problem:
a PSP with an UP and an epsilon bios is trying to call pspSdkLoadInetModules
- Fri Mar 31, 2006 7:56 am
- Forum: PSP Development
- Topic: PiMPStreamer Video Streamer released
- Replies: 19
- Views: 8185
PiMPStreamer Video Streamer released
http://www.geocities.com/dickydick1969 I was tired of creating and demuxing my movies for the psp,sooo... I pimped up PMP Mod and made a realtime streaming/scaling/demuxing Windows server... --------------------------------------------- USAGE PiMPStreamer 0.12: PSP ---------------------------------...
- Tue Sep 07, 2004 8:35 am
- Forum: PS2 Development
- Topic: ps2link 1.24
- Replies: 1
- Views: 1662
ps2link 1.24
Hmmm.. try to start ps2link from ps2menu-k but I think it misses ps2ips.irx
in the distribution...
in the distribution...
- Tue Aug 24, 2004 6:42 am
- Forum: PS2 Development
- Topic: ip broadcast setsockopt
- Replies: 3
- Views: 3005
- Sat Aug 21, 2004 2:40 am
- Forum: PS2 Development
- Topic: ps2sdk undefined funcs ..
- Replies: 2
- Views: 2118
ps2sdk undefined funcs ..
just some undefined things in the ps2sdk..
sscanf
time
where can i find these?
Or do I have to make them myself?
I know what they are for, but perhaps there is a work-a-round.
sscanf
time
where can i find these?
Or do I have to make them myself?
I know what they are for, but perhaps there is a work-a-round.
- Sat Aug 21, 2004 2:37 am
- Forum: PS2 Development
- Topic: ip broadcast setsockopt
- Replies: 3
- Views: 3005
ip broadcast setsockopt
In ps2sdk setsockopt is not defined.. or is it?
i want to do this:
setsockopt (socket, SOL_SOCKET, SO_BROADCAST)
i want to do this:
setsockopt (socket, SOL_SOCKET, SO_BROADCAST)