Search found 14 matches

by Dremth
Mon Oct 30, 2006 9:33 am
Forum: PSP Development
Topic: Detecting multiple button presses
Replies: 7
Views: 2955

Ok. Thanks a bunch!
by Dremth
Mon Oct 30, 2006 5:09 am
Forum: PSP Development
Topic: Detecting multiple button presses
Replies: 7
Views: 2955

Neither of those worked for me. I think it may have something to do with the: "u32". What is u32? u32 uWantedKeys; uWantedKeys = PSP_CTRL_UP | PSP_CTRL_TRIANGLE; //As many other as you want if( (pad.Buttons & uWantedKeys) == uWantedKeys ) // Do whatever ...
by Dremth
Mon Oct 30, 2006 3:13 am
Forum: PSP Development
Topic: Strings??
Replies: 8
Views: 2472

I know C++ but not C. I just happen to not be very good with arrays.
by Dremth
Mon Oct 30, 2006 2:27 am
Forum: PSP Development
Topic: Strings??
Replies: 8
Views: 2472

When I try to do this:

char item[];
item[] = "blah";

I get this error:

main.c:2: error: syntax error before ']' token

Same happen whens I do this:

char item[3];
item[] = "blah";

But I get no errors when I do this:
char item[] = "blah";
by Dremth
Sun Oct 29, 2006 11:53 pm
Forum: PSP Development
Topic: Strings??
Replies: 8
Views: 2472

I knew that I could use the char blah[]; to do a string like thing but I wanted a string array. Like string blah[];. Would I just do char blah[][];? Just do a double demension array?
by Dremth
Sun Oct 29, 2006 12:01 pm
Forum: PSP Development
Topic: Strings??
Replies: 8
Views: 2472

Strings??

How would I go about declaring strings in the PSPSDK? I've tried: string blah; but I get: main.c:27: error: syntax error before 'blah' main.c:27: warning: type defaults to 'int' in declaration of 'blah' in the compiler. Is there an include file I need to recognize or is there a special type I need t...
by Dremth
Sun Oct 29, 2006 9:44 am
Forum: PSP Development
Topic: 2 Held Buttons
Replies: 1
Views: 1132

2 Held Buttons

How would I check for 2 buttons being held at the same time? I want the user to be able to hold square and press right at the same time and do something different from holding just square or just right.
by Dremth
Sat Oct 28, 2006 10:38 am
Forum: PSP Development
Topic: Everything Precompiled?
Replies: 9
Views: 3021

Everything is fixed now. The path variable directories were in the wrong order.

Thanks everyone for your help!
by Dremth
Thu Oct 26, 2006 10:55 pm
Forum: PSP Development
Topic: Everything Precompiled?
Replies: 9
Views: 3021

Ok, I did what you said, but when I try to run msys.bat, it closes before I can do anything. Also, I tried just opening a command line and going to the msys/bin folder and then running make and I get this error: AllocationBase 0x0, BaseAddress 0x715B0000, RegionSize 0x150000, State 0x10000 C:\devkit...
by Dremth
Thu Oct 26, 2006 11:54 am
Forum: PSP Development
Topic: Everything Precompiled?
Replies: 9
Views: 3021

I'm not sure if I understand what you mean by: "adding the bin path to binaries of devkipsp". Could you explain a little more? I looked in the msys.bat file and it's really hard to understand what's going on in it. It's very unorganized. I you could please help me with it, that would be gr...
by Dremth
Thu Oct 26, 2006 8:23 am
Forum: PSP Development
Topic: Everything Precompiled?
Replies: 9
Views: 3021

Ok. I installed the devkitPro but how do I compile and get an EBOOT? On my other environment all I had to do was run start.bat in the C:\PSPDev directory and type "make" in the directory with the makefile. What should I do this time? I looked through what little documentation they have to ...
by Dremth
Wed Oct 25, 2006 10:28 am
Forum: PSP Development
Topic: Everything Precompiled?
Replies: 9
Views: 3021

Everything Precompiled?

Is there some place I can get everything I need to develop things for the PSP that is all packaged in an exe for windows? I don't really understand this cygwin stuff. I have never gotten cygwin to work for me no matter what instructions I follow. And why do I need the SDK and the toolchain? Can't th...
by Dremth
Sat Jul 16, 2005 3:21 am
Forum: PSP Development
Topic: Web Browser in Wipeout Pure
Replies: 95
Views: 94900

because i dont have wipeout.
by Dremth
Fri Jul 15, 2005 9:44 am
Forum: PSP Development
Topic: Web Browser in Wipeout Pure
Replies: 95
Views: 94900

If you guys are smart enough to hack into a game to use it to surf the web, then why hasnt anyone programmed a downloadable browser? I would make one but I dont know that much about networking and Im having trouble setting up PSPDev

Oh, and sorry for ressurecting this topic.