Search found 17 matches
- Fri Sep 28, 2007 7:40 am
- Forum: PSP Development
- Topic: padbutton_blocker
- Replies: 6
- Views: 2311
- Fri Sep 28, 2007 6:30 am
- Forum: PSP Development
- Topic: padbutton_blocker
- Replies: 6
- Views: 2311
- Fri Sep 28, 2007 5:29 am
- Forum: PSP Development
- Topic: padbutton_blocker
- Replies: 6
- Views: 2311
- Fri Sep 28, 2007 5:23 am
- Forum: PSP Development
- Topic: padbutton_blocker
- Replies: 6
- Views: 2311
padbutton_blocker
Hello, I want to block some pad buttons and i have this main.c! But it doesn't work! Please help me! #include <pspkernel.h> #include <stdio.h> #include <pspsyscon.h> #include <pspctrl.h> PSP_MODULE_INFO("padbutton_blocker", 0x1000, 1, 1); SceCtrlData pad; #define PSP_TRIANG...
- Tue Sep 18, 2007 6:34 am
- Forum: PSP Development
- Topic: png in prx
- Replies: 6
- Views: 2316
- Tue Sep 18, 2007 6:05 am
- Forum: PSP Development
- Topic: png in prx
- Replies: 6
- Views: 2316
- Tue Sep 18, 2007 3:02 am
- Forum: PSP Development
- Topic: png in prx
- Replies: 6
- Views: 2316
- Mon Sep 17, 2007 6:59 am
- Forum: PSP Development
- Topic: png in prx
- Replies: 6
- Views: 2316
png in prx
I want to indicate a png in the XMB! When i press Right Tigger and the left Trigger, then indicate the png! i have a code but it dosn't work! It indicate no png! The png is saved ms0:/PSP/test.png My code: main.c #include <stdlib.h> #include <stdio.h> #include <png.h> #include <pspsdk.h> #include <p...
- Thu Sep 13, 2007 7:52 am
- Forum: PSP Development
- Topic: PSP_DAY_COUNTER
- Replies: 2
- Views: 1977
- Thu Sep 13, 2007 1:30 am
- Forum: PSP Development
- Topic: PSP_DAY_COUNTER
- Replies: 2
- Views: 1977
PSP_DAY_COUNTER
Hello, i will make a PSP_Day_Counter ... A have a code, but can you me say if i have errors or something? Or is this Code right? main.c #include <stdlib.h> #include <stdio.h> #include <pspsdk.h> #include <pspctrl.h> #include <pspkernel.h> #include <pspdisplay.h> // ganz wichtig #include <pspgu.h> //...
- Wed Sep 05, 2007 4:41 am
- Forum: General Discussion
- Topic: Pandora Problem!
- Replies: 3
- Views: 4981
Pandora Problem!
Hello, I have a big problem!
Wenn i want to make teh Pandora MS and i want do formating with mspformat.exe, I get an error:
Logical drive has more than a physical drive. Cannot handle it.
But what is wrong? Why failed the mspformat?
Have anybody an idea?
Wenn i want to make teh Pandora MS and i want do formating with mspformat.exe, I get an error:
Logical drive has more than a physical drive. Cannot handle it.
But what is wrong? Why failed the mspformat?
Have anybody an idea?
- Sun Sep 02, 2007 12:16 am
- Forum: PSP Development
- Topic: Include config.cfg
- Replies: 6
- Views: 6651
- Sat Sep 01, 2007 10:01 pm
- Forum: PSP Development
- Topic: Include config.cfg
- Replies: 6
- Views: 6651
- Sat Sep 01, 2007 7:22 am
- Forum: PSP Development
- Topic: Include config.cfg
- Replies: 6
- Views: 6651
Include config.cfg
Hi how can in include config.cfg in my prx file?
Is it right?
And what must stay in the config.cfg?
Must I use spezial commands in the config.cfg?
#include config.cfg
Is it right?
And what must stay in the config.cfg?
Must I use spezial commands in the config.cfg?
- Fri Aug 31, 2007 8:05 am
- Forum: PSP Development
- Topic: shutdown as update_plugin.prx
- Replies: 4
- Views: 2569
Oh Yes thank you so much!
But i have 2 quastions ^^
My first quations, why thes code:
in the makefile?
My second quastion:
must this stay in all *.prx files?
Or only in that?
But i have 2 quastions ^^
My first quations, why thes code:
Code: Select all
LDFLAGS = -mno-crt0 -nostartfiles
My second quastion:
must this
Code: Select all
(SceSize args, void *argp)
Or only in that?
- Fri Aug 31, 2007 7:21 am
- Forum: PSP Development
- Topic: shutdown as update_plugin.prx
- Replies: 4
- Views: 2569
- Fri Aug 31, 2007 6:26 am
- Forum: PSP Development
- Topic: shutdown as update_plugin.prx
- Replies: 4
- Views: 2569
shutdown as update_plugin.prx
Hello, my name is fr34k*. I have a problem with my *.prx. I want to programming a update_plugin.prx, how the PSP shutdown! NO RESTART! At the moment i have this: main.c #include <pspkernel.h> #include <stdio.h> #include <pspsyscon.h> PSP_MODULE_INFO("poweroff", 0x1000, 1, 1); int main(void...