Search found 14 matches

by OmahaStylee
Mon Sep 19, 2005 5:20 am
Forum: PSP Development
Topic: Writing to flash0, need help!
Replies: 7
Views: 5875

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?
by OmahaStylee
Mon Sep 19, 2005 4:47 am
Forum: PSP Development
Topic: Writing to flash0, need help!
Replies: 7
Views: 5875

After fixing that error, did it work?
by OmahaStylee
Fri Sep 16, 2005 3:16 pm
Forum: PSP Development
Topic: RoboTORN3D Released
Replies: 4
Views: 3374

Killer game. Well made.
by OmahaStylee
Fri Sep 16, 2005 3:01 pm
Forum: PSP Development
Topic: How Does this code Look
Replies: 8
Views: 2580

Back on topic, another dev told me that there was a code burried in these forums somwhere that was used to write to flash0. They were using it to change the background, but said that it was easily edited to write to whichever file you want. Anybody seen it?
by OmahaStylee
Tue Aug 30, 2005 5:27 pm
Forum: PSP Development
Topic: Problems with screenshot code.
Replies: 90
Views: 25639

Go for it!
by OmahaStylee
Tue Aug 30, 2005 4:44 pm
Forum: PSP Development
Topic: Problems with screenshot code.
Replies: 90
Views: 25639

Right after i finish porting WinXP...lol
by OmahaStylee
Tue Aug 30, 2005 4:04 pm
Forum: PSP Development
Topic: Problems with screenshot code.
Replies: 90
Views: 25639

Any ideas shrine? Is there another screenshot script that'll work all the time?
by OmahaStylee
Tue Aug 30, 2005 1:37 pm
Forum: PSP Development
Topic: Problems with screenshot code.
Replies: 90
Views: 25639

Here you go. // Include nescicary headers & other files #include <pspkernel.h> #include <pspdebug.h> #include <string.h> #include <stdlib.h> #include <png.h> #include <pspdisplay.h> #define BUF_WIDTH &#40;512&#41; #define SCR_WIDTH &#40;480&#41; #define SCR_HEIGHT &#40;272&am...
by OmahaStylee
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...
by OmahaStylee
Tue Aug 30, 2005 10:56 am
Forum: PSP Development
Topic: Problems with screenshot code.
Replies: 90
Views: 25639

HP_Owner@Kenya ~/projects/toolkit
$ make kxploit
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -c -o main.o mai
n.c
main.c:23: error: syntax error before numeric constant
main.c:23: warning: type defaults to 'int' in declaration of 'sceDisplaySetMode'

any ideas?
by OmahaStylee
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 ...
by OmahaStylee
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
by OmahaStylee
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&#58; In function 'screenshot'&#58; main.c&#58;55&#58; error&#58; 'VRAM' undeclare...
by OmahaStylee
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?