Arg, somebody said there is some source code floating around these forums somewhere that can write to flash0. I still havent been able to find it.
Anybody seen it?
Search found 14 matches
- Mon Sep 19, 2005 5:20 am
- Forum: PSP Development
- Topic: Writing to flash0, need help!
- Replies: 7
- Views: 5875
- Mon Sep 19, 2005 4:47 am
- Forum: PSP Development
- Topic: Writing to flash0, need help!
- Replies: 7
- Views: 5875
- Fri Sep 16, 2005 3:16 pm
- Forum: PSP Development
- Topic: RoboTORN3D Released
- Replies: 4
- Views: 3374
- Fri Sep 16, 2005 3:01 pm
- Forum: PSP Development
- Topic: How Does this code Look
- Replies: 8
- Views: 2580
- Tue Aug 30, 2005 5:27 pm
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
- Tue Aug 30, 2005 4:44 pm
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
- Tue Aug 30, 2005 4:04 pm
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
- Tue Aug 30, 2005 1:37 pm
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
- Tue Aug 30, 2005 11:04 am
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
Okay... i got past that error. I had to move that line of code into my main function... But the image still looks the same... i'll keep looking through the code...otherwise, any ideas? UPDATE: I tried moving the buffer start into the main function, but that didnt work. now its saying the usual BS er...
- Tue Aug 30, 2005 10:56 am
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
- Tue Aug 30, 2005 10:47 am
- Forum: PSP Development
- Topic: Most efficient cursor method
- Replies: 2
- Views: 1414
Most efficient cursor method
I was wondering what the most effecient and effective way to make a moveable cursor would be. I did one with a simple plot image script that shine used in his snake game, but I cant seem to get it to work perfectly. Well, his script works perfectly, but my part doesnt. I can control the cursor, but ...
- Tue Aug 30, 2005 9:48 am
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
Almost
Okay, so I got it to compile, and run, and take the screen shot. But its coming out really weird looking.
http://img150.imageshack.us/my.php?image=toolkit7qo.png
http://img150.imageshack.us/my.php?image=toolkit7qo.png
- Tue Aug 30, 2005 6:05 am
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
Arg
So its not working.... Here is the error its giving me.. HP_Owner@Kenya ~/projects/helloworld $ make kxploit psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -c -o main.o mai n.c main.c: In function 'screenshot': main.c:55: error: 'VRAM' undeclare...
- Mon Aug 29, 2005 5:01 pm
- Forum: PSP Development
- Topic: Problems with screenshot code.
- Replies: 90
- Views: 25639
Source?
Can you post the completed source of your screen shot code?