Search found 16 matches

by mrdelayer
Sat Jul 16, 2005 1:04 pm
Forum: PSP Development
Topic: Web Browser in Wipeout Pure
Replies: 95
Views: 88289

worst. thread. ever.
by mrdelayer
Fri Jul 15, 2005 8:07 pm
Forum: PSP Development
Topic: run UMD's WITHOUT a firmware upgrade
Replies: 6
Views: 5027

Not necessarily. The game will fail if it accesses functions available only in firmware 1.50, for example; but if it only requires you to update to 1.50 to prevent homebrew and, dare i say, piracy, then it may work.
by mrdelayer
Fri Jul 15, 2005 7:36 pm
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 32592

hm. is downloading files from the PSP to the PC supposed to not work? :(
by mrdelayer
Thu Jul 14, 2005 3:57 am
Forum: PSP Development
Topic: My 1.51 Downgrade Progress
Replies: 11
Views: 7885

and the most useless person in the world. downgrading will require a method of running homebrew on v1.5x, and thusly useless and counter-productive.
by mrdelayer
Wed Jul 13, 2005 2:02 pm
Forum: PSP Development
Topic: Programming N00b
Replies: 13
Views: 4241

are you typing it into cygwin...?
by mrdelayer
Mon Jul 11, 2005 5:53 pm
Forum: PSP Development
Topic: pspWeather v1.05
Replies: 13
Views: 13070

grim reaper wrote:it stay at the connections screen.

connecting
waiting for dhcp (doesnt work yet, use static ip)

thats far as it gets. and, the screen flashes.
please read the above italicised and underlined phrase, and then the bit after it.
by mrdelayer
Mon Jul 11, 2005 5:51 pm
Forum: PSP Development
Topic: pspIRC
Replies: 22
Views: 9804

right would be space i would think; the equivalent of triangle on the PSP firmware's API keyboard.
by mrdelayer
Mon Jul 11, 2005 2:33 pm
Forum: PSP Development
Topic: pspIRC
Replies: 22
Views: 9804

or, do it like a high score entry thing.

Triangle = letter up
X = letter down

to change the letters, and

Square = cursor left
Circle = cursor right

Start = send
L = backspace
R = space

tada.
by mrdelayer
Mon Jul 11, 2005 1:35 pm
Forum: PSP Development
Topic: BLARGH! Won't compile!
Replies: 10
Views: 5184

that fixes that.. but not all the other stuff :|
by mrdelayer
Mon Jul 11, 2005 10:45 am
Forum: PSP Development
Topic: BLARGH! Won't compile!
Replies: 10
Views: 5184

blargh. grabbed it out of subversion, and now... Matt@steamloller /usr/local/pspdev/psp/sdk/samples/pi $ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -L. -L/usr/local/ pspdev/psp/sdk/lib main.o -lpspdebug -lpspdisplay -lpspge -lpspctrl -lc -lpsp glue -lpspuser -lpspkernel -o kp...
by mrdelayer
Mon Jul 11, 2005 9:16 am
Forum: PSP Development
Topic: building PSPSDK from svn
Replies: 3
Views: 1851

w00t, worked! thanks.
by mrdelayer
Mon Jul 11, 2005 6:45 am
Forum: PSP Development
Topic: building PSPSDK from svn
Replies: 3
Views: 1851

building PSPSDK from svn

ok... i've got the new one checked out from svn... but Matt@steamloller ~/pspsdk $ ./bootstrap . aclocal/version.m4:6: warning: underquoted definition of AC_PSPSDK_VERSION run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal aclocal/pspdev....
by mrdelayer
Mon Jul 11, 2005 4:17 am
Forum: PSP Development
Topic: BLARGH! Won't compile!
Replies: 10
Views: 5184

whoo! i'll grab the latest pspsdk from svn sometime today. that pi is horrible inaccurate though :D i'll mess with the numbers later too...
by mrdelayer
Sun Jul 10, 2005 7:16 pm
Forum: PSP Development
Topic: BLARGH! Won't compile!
Replies: 10
Views: 5184

well, that fixed the module_info thing... no luck with the __errno errors though :|
by mrdelayer
Sun Jul 10, 2005 5:26 pm
Forum: PSP Development
Topic: BLARGH! Won't compile!
Replies: 10
Views: 5184

BLARGH! Won't compile!

so i wrote a little psp pi calculation program based on one of the ones found at projectpi (http://projectpi.sourceforge.net) and some of pspkrazy's logging code... when i go to make it, it does this: Matt@steamloller /usr/local/pspdev/psp/sdk/samples/pi $ psp-gcc -I. -I/usr/local/pspdev/psp/sdk/inc...
by mrdelayer
Sun Jul 10, 2005 4:36 pm
Forum: PSP Development
Topic: ftp server
Replies: 38
Views: 32592

hey pspkrazy... i'm trying to use your LogPrintf() function for a program i am writing... didn't make that much of a modification to the code (just edited a var name to fit in with the rest of my crappy coding [that is, ambiguous and confusing]) int LogPrintf(char *fmt, ...) &#12...