Search found 5 matches

by Holmz
Sat Mar 10, 2007 1:35 pm
Forum: PSP Development
Topic: [Ann] PSP Development Tutorial, modules
Replies: 23
Views: 22071

SP_O_CREAT should be PSP_O_CREAT, simple typo in the tutorial that you duplicated.
by Holmz
Thu Mar 01, 2007 3:41 am
Forum: PSP Development
Topic: [Ann] PSP Development Tutorial, modules
Replies: 23
Views: 22071

Wow...

A very good read, thanks for taking the time to write it.
by Holmz
Wed Feb 14, 2007 3:40 pm
Forum: PSP Development
Topic: Need help troubleshooting a simple prx
Replies: 7
Views: 3112

Re:Converting...

I dunno about compiling issues, but you're flashing a jpg file to wallpaper.bmp? That's just not gonna work like that. You need to convert the image format. That's what I thought but I don't know much about image formats and in my tests everything worked fine. I even wrote a console program that di...
by Holmz
Wed Feb 14, 2007 10:17 am
Forum: PSP Development
Topic: Need help troubleshooting a simple prx
Replies: 7
Views: 3112

Re:Answers...

First of all, thanks for your time and input, I appreciate it. Anissian, the compiler warned me about returning an address but I wasn't sure how to get around it, declaring it static worked like a charm. Insert_witty_name, I've tried various delays even before I made my initial post and again after ...
by Holmz
Wed Feb 14, 2007 8:47 am
Forum: PSP Development
Topic: Need help troubleshooting a simple prx
Replies: 7
Views: 3112

Need help troubleshooting a simple prx

I wrote a simple prx to change wallpapers with a simple button press but it has two very serious issues that I can't seem to get around on my own: 1.a. If I use sceCtrlReadBufferPositive then the vsh won't respond to anything until I hit the button it's looking for and then it only works while the c...