Search found 6 matches
- Wed Mar 29, 2006 6:29 am
- Forum: PSP Development
- Topic: Loading PRX's/Raw Reading in C
- Replies: 3
- Views: 1919
Hmmm... I have found the prx sample (testprx) but I can't seem to compile it. Here is the error I get: L:\CPP\dkp\dkPSP\psp\sdk\samples\prx\testprx>make psp-gcc -I/l/CPP/dkp/dkPSP/psp/sdk/include/libc -I. -I/l/CPP/dkp/dkPSP/psp/sdk/i nclude -O2 -G0 -Wall -c -o main.o main.c psp-build-exports -b expo...
- Wed Mar 29, 2006 5:54 am
- Forum: PSP Development
- Topic: Loading PRX's/Raw Reading in C
- Replies: 3
- Views: 1919
Loading PRX's/Raw Reading in C
I have a few questions, namely what I am trying to accomplish is making a UMD ripper. I would guess that the major steps in doing this would be: 1. Load the PRX to mount the UMD to a drive letter. 2. Open the UMD for raw reading. 3. Read each sector, writing to a file as it goes along (I am assuming...
- Tue Mar 28, 2006 12:36 am
- Forum: PSP Lua Player Development
- Topic: Socket.connect() not working
- Replies: 18
- Views: 8463
- Mon Mar 27, 2006 11:52 pm
- Forum: PSP Lua Player Development
- Topic: Socket.connect() not working
- Replies: 18
- Views: 8463
- Sun Mar 26, 2006 5:33 pm
- Forum: PSP Lua Player Development
- Topic: Socket.connect() not working
- Replies: 18
- Views: 8463
Socket.connect() not working
I am having a problem with a wlan-test program I modified. When it executes Socket.connect() the wlan light is on but not blinking, and it just stays that way (maybe frozen, I don't know). Can anyone look at the code and find out if this is a simple coding error or something wrong with my psp? white...
- Mon Nov 28, 2005 7:33 am
- Forum: PSP Lua Player Development
- Topic: [Lua Tutorial] So you wanna different font..
- Replies: 25
- Views: 12721
My first good script in Lua, I have combined the tutorial's script with Durante's Crystalise font functions. For the font, I will use bmf02_027.png from http://lumo2000.lu.funpic.de/?action=fonts. I do not have a psp yet, as I am waiting for the gigapack release (USA) so I need someone to test this....