Search found 9 matches

by orphan frequently
Sat Feb 25, 2006 12:51 pm
Forum: PSP Development
Topic: Analogue Pad
Replies: 7
Views: 2448

When i talked to an official dev he said that the max X is 217 and the max Y is 218. True?
by orphan frequently
Thu Jan 12, 2006 10:20 am
Forum: PSP Development
Topic: Error Installing psptoolchain...
Replies: 14
Views: 6495

oopo, the reason it only happens to new users is because the problems occur during the beggining. And it is not always people's faults. When I first ran the toolchain on one computer, it worked fine. When i tried to update, it wouldn't work. I tried to install it on two other computers with the same...
by orphan frequently
Mon Jan 09, 2006 1:54 am
Forum: PSP Development
Topic: How do I use the psptoolchain script?
Replies: 82
Views: 53910

r declaration, which is probably not what you want ../../src/net/pspnet_resolver.h:76: warning: 'struct in_addr' declared inside pa rameter list make[3]: *** [inethelper.o] Error 1 make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory...
by orphan frequently
Sat Nov 12, 2005 5:54 pm
Forum: PSP Development
Topic: Some stupid newbish questions :D
Replies: 7
Views: 3612

#define printf pspDebugScreenPrintf

printf("dothemacarena");

pspDebugScreenClear();
by orphan frequently
Mon Sep 05, 2005 8:16 am
Forum: PSP Development
Topic: animation
Replies: 2
Views: 1726

maybe load slowly before use, or load 3 or 4 at a time, preferably with a head start on the loading
by orphan frequently
Tue Aug 16, 2005 2:36 pm
Forum: PSP Development
Topic: gcc compiling error
Replies: 2
Views: 1459

ill be gone for a bit, but then ill try from scratch whats on that page, thanks
by orphan frequently
Tue Aug 16, 2005 12:46 pm
Forum: PSP Development
Topic: gcc compiling error
Replies: 2
Views: 1459

gcc compiling error

make[1]: Entering directory `/tmp/pspdev/gcc-4.0.1/build-psp/build-i686-pc-cygwi n/fixincludes' gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../ ../fixincludes/../include ../../../fixincludes/fixincl.c gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../includ...
by orphan frequently
Thu Aug 11, 2005 3:07 pm
Forum: PSP Development
Topic: parse error?
Replies: 3
Views: 2111

im using the win32 setup as opposed to the cygwin setup i used last time (no choice there), so would there be any way i messed up, by not putting all the files in correctly?
by orphan frequently
Thu Aug 11, 2005 1:55 pm
Forum: PSP Development
Topic: parse error?
Replies: 3
Views: 2111

parse error?

/* Callback thread */ int CallbackThread(SceSize args, void *argp) { int cbid; cbid = sceKernelCreateCallback("Exit Callback", exit_callback, NULL); sceKernelRegisterExitCallback(cbid); sceKernelSleepThreadCB(); return 0; it says that theres an error before args, and since ive used this wi...