Search found 17 matches

by fr34k*
Fri Sep 28, 2007 7:40 am
Forum: PSP Development
Topic: padbutton_blocker
Replies: 6
Views: 2223

Yes I want to block the buttons in teh whole system!
by fr34k*
Fri Sep 28, 2007 6:30 am
Forum: PSP Development
Topic: padbutton_blocker
Replies: 6
Views: 2223

*PUSH*
Can nobody help me?? :'(
by fr34k*
Fri Sep 28, 2007 5:29 am
Forum: PSP Development
Topic: padbutton_blocker
Replies: 6
Views: 2223

ohh sry I mean pad buttons!
by fr34k*
Fri Sep 28, 2007 5:23 am
Forum: PSP Development
Topic: padbutton_blocker
Replies: 6
Views: 2223

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&#40;"padbutton_blocker", 0x1000, 1, 1&#41;; SceCtrlData pad; #define PSP_TRIANG...
by fr34k*
Tue Sep 18, 2007 6:34 am
Forum: PSP Development
Topic: png in prx
Replies: 6
Views: 2234

Oh thank for the information!
I have a better code an it works Thank aou :)
by fr34k*
Tue Sep 18, 2007 6:05 am
Forum: PSP Development
Topic: png in prx
Replies: 6
Views: 2234

No the code doesnt work but i dont know it why! Ok i use ;) can you help me ? The Code doesnt work! blit.c &#91;code&#93; #include "common.h" #include "graphics.h" #include "blit.h" #define ALPHA_BLEND 1 extern unsigned char msx[]; static unsigned int* vram32; /...
by fr34k*
Tue Sep 18, 2007 3:02 am
Forum: PSP Development
Topic: png in prx
Replies: 6
Views: 2234

PUSH Can nobody help me?
by fr34k*
Mon Sep 17, 2007 6:59 am
Forum: PSP Development
Topic: png in prx
Replies: 6
Views: 2234

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...
by fr34k*
Thu Sep 13, 2007 7:52 am
Forum: PSP Development
Topic: PSP_DAY_COUNTER
Replies: 2
Views: 1858

*Push*
Cont anybody help me?
by fr34k*
Thu Sep 13, 2007 1:30 am
Forum: PSP Development
Topic: PSP_DAY_COUNTER
Replies: 2
Views: 1858

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> //...
by fr34k*
Wed Sep 05, 2007 4:41 am
Forum: General Discussion
Topic: Pandora Problem!
Replies: 3
Views: 4868

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?
by fr34k*
Sun Sep 02, 2007 12:16 am
Forum: PSP Development
Topic: Include config.cfg
Replies: 6
Views: 5418

that's it! Thank you to Fanjita and Drajwer!
by fr34k*
Sat Sep 01, 2007 10:01 pm
Forum: PSP Development
Topic: Include config.cfg
Replies: 6
Views: 5418

A very nice joke -.-
I search for the instruction!
by fr34k*
Sat Sep 01, 2007 7:22 am
Forum: PSP Development
Topic: Include config.cfg
Replies: 6
Views: 5418

Include config.cfg

Hi how can in include config.cfg in my prx file?
#include config.cfg

Is it right?

And what must stay in the config.cfg?
Must I use spezial commands in the config.cfg?
by fr34k*
Fri Aug 31, 2007 8:05 am
Forum: PSP Development
Topic: shutdown as update_plugin.prx
Replies: 4
Views: 2410

Oh Yes thank you so much!
But i have 2 quastions ^^
My first quations, why thes code:

Code: Select all

LDFLAGS = -mno-crt0 -nostartfiles
in the makefile?

My second quastion:
must this

Code: Select all

&#40;SceSize args, void *argp&#41;
stay in all *.prx files?
Or only in that?
by fr34k*
Fri Aug 31, 2007 7:21 am
Forum: PSP Development
Topic: shutdown as update_plugin.prx
Replies: 4
Views: 2410

THX for your post but now i have an error and i cant compile it! Error: http://aschluss.as.funpic.de/error.JPG EDIT: makefile (now*) #include <pspkernel.h> #include <stdio.h> #include <pspsyscon.h> PSP_MODULE_INFO("poweroff", 0x1000, 1, 1); int module_start(void) { sceSysconPowerStandby();...
by fr34k*
Fri Aug 31, 2007 6:26 am
Forum: PSP Development
Topic: shutdown as update_plugin.prx
Replies: 4
Views: 2410

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...