Search found 8 matches

by ziple
Thu Nov 01, 2012 11:56 am
Forum: DS/DSi Development
Topic: libnds Documentation and why is it so gravely outdated
Replies: 7
Views: 14141

Re: libnds Documentation and why is it so gravely outdated

Totally agreeing with him. Would be cool if libnds/libogc domcumentations were updated.
by ziple
Tue Jul 24, 2012 7:16 am
Forum: devkitPSP
Topic: Psp tutorials?
Replies: 5
Views: 21658

Re: Psp tutorials?

By reading the documentation and the source code of some homebrews maybe.
by ziple
Sun Jul 22, 2012 11:43 am
Forum: devkitPSP
Topic: using assembly?
Replies: 4
Views: 20002

Re: using assembly?

The rule is to first conceive, then improve the algorithms, and then, if needed, do some assembly. But really, do you think you need ASM? With GCC you can use some "inline assembly" in your C code. You can find pieces of information on google. But the psp cpu uses MIPS instructions, so the...
by ziple
Sun Jun 24, 2012 11:21 am
Forum: devkitPPC
Topic: Gamecube programming?
Replies: 7
Views: 15162

Re: Gamecube programming?

Well, I have to admit that I didn't know that ^^. It's working fine on my gamecube, but I bought it (remember, remember...), at the launch. Quite a long time ago ^^... But you still can find some modchips on assentek.com ( http://www.assentek.com/puces-gamecube/2000-xeno-gc-0583215001920.html ), or ...
by ziple
Tue Jun 19, 2012 1:32 pm
Forum: devkitPPC
Topic: Gamecube programming?
Replies: 7
Views: 15162

Re: Gamecube programming?

You can run your unsigned code with a "Datel SD Media Launcher" for example (still produced).
by ziple
Tue Jun 08, 2010 8:23 pm
Forum: devkitPSP
Topic: Looking for Linux Installation Instructions for devkitPSP
Replies: 1
Views: 14691

Re: Looking for Linux Installation Instructions for devkitPS

Although the topic is really old, here is the solution that could help a lot of people. As the devkitPSP packages are not as often updated as devkitARM or devkitPPC (sadly), you must build the devkit by yourself. It can be done by using the build-scripts (must be downloaded on sourceforge) which aut...
by ziple
Tue Jun 08, 2010 8:14 pm
Forum: Announcements
Topic: New site front end
Replies: 16
Views: 64464

Re: New site front end

I like the new portal :wink: .
But not so much the theme, which is no really realted to devkitpro to me, but that's just a detail :) .
by ziple
Fri May 22, 2009 8:02 am
Forum: Bug Reports
Topic: [gamecube examples]NeHe lesson 8 doesn't compile
Replies: 3
Views: 6607

[gamecube examples]NeHe lesson 8 doesn't compile

Hi, I installed all the stuff necessary to be ready to create some homebrews for the gamecube but while I was compiling the examples I faced a build error in leson8.c from graphics/gx/neheGX/lesson8 : lesson8.c /home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/...