Search found 2058 matches

by WinterMute
Fri Oct 01, 2010 5:41 am
Forum: User Contributions
Topic: working install script for ubuntu
Replies: 3
Views: 35320

Re: working install script for ubuntu

I'd rather you didn't create & distribute either .deb or .rpm archives, these things have a horrible habit of becoming stale quite quickly. I'm working on putting together an installer/updater app that works on OSX & Linux as well as windows - this will have the advantage of always being up to date ...
by WinterMute
Tue Sep 28, 2010 3:10 pm
Forum: Announcements
Topic: libnds 1.4.7 and default arm7 0.5.17
Replies: 2
Views: 10034

libnds 1.4.7 and default arm7 0.5.17

libnds 1.4.7 and default arm7 0.5.17 are now available through the windows installer as usual and from the getting started page on the wiki.

Note: The current desmume stable release doesn't work with the new FIFO code. It has been fixed in SVN and will be working again with the next release ...
by WinterMute
Tue Sep 28, 2010 12:31 pm
Forum: DS/DSi Development
Topic: What does getBatteryLevel do?
Replies: 5
Views: 6935

Re: What does getBatteryLevel do?

meh, that's what I get for not testing "simple" code when I assume operator priority.

Fixed in libnds 1.4.7
by WinterMute
Tue Sep 28, 2010 1:01 am
Forum: Bug Reports
Topic: fifoSendValue32() got problem if MSB is not zero (?)
Replies: 8
Views: 17211

Re: fifoSendValue32() got problem if MSB is not zero (?)

This is fixed in SVN now, turned out that the header word wasn't being returned to the free pool for those double word messages, oops. Should be in libnds 1.4.7 when I roll the release sometime in the next day or two.

http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/libnds/source/common ...
by WinterMute
Mon Sep 27, 2010 10:09 pm
Forum: DS/DSi Development
Topic: Help with a small program?
Replies: 13
Views: 14851

Re: Help with a small program?

add #include <fat.h>, a call to fatInitDefault() and make sure you have -lfat in the LIBS line in your arm9 Makefile *before* -lnds9

protip: don't do this -> cBMP15 frameBMP=createBMP15FromFile("fat0:/gbaframe.bmp");

createBMP15FromFile("gbaframe.bmp"); should load the bmp from the same directory ...
by WinterMute
Sun Sep 26, 2010 12:40 pm
Forum: DS/DSi Development
Topic: DSi and WPA
Replies: 3
Views: 8123

Re: DSi and WPA

It's generally considered bad manners to resurrect old threads like this, it's known as necroposting. I'll let this one go since there isn't any information in this thread which no longer applies to current tools.

The DSi doesn't support WPA when running in DS mode, afaik that's not possible ...
by WinterMute
Sun Sep 26, 2010 12:31 pm
Forum: devkitARM
Topic: hi,who have the devkitARM r20?
Replies: 3
Views: 6987

Re: hi,who have the devkitARM r20?

Please also note that we're on the verge of releasing devitARM r32, no support is provided here for historical releases. The vast majority of old code out there is a simple job to update for the latest tools.
by WinterMute
Sat Sep 25, 2010 12:50 am
Forum: Off Topic
Topic: random 3DS discussion
Replies: 10
Views: 27220

Re: random 3DS discussion

What makes you think an ARM11 can't run ARM7 code?

We were discussing this the other day on IRC and I said something similar but what I was thinking was that it's impossible to make an ARM11 behave exactly like an ARM7 - it's a faster processor even at the same clock speed and it has cache ...
by WinterMute
Thu Sep 23, 2010 10:03 am
Forum: devkitPPC
Topic: No sound with libogc
Replies: 4
Views: 10111

Re: No sound with libogc

Link order matters

Code: Select all

LIBS	:=	-lwiiuse -lbte -lmodplay  -lasnd -logc  -lm
As a general rule of thumb, -logc should always be last, followed by standard compiler libraries such as -lm
by WinterMute
Thu Sep 23, 2010 8:01 am
Forum: devkitARM
Topic: new MSYS version contains virus (maybe)
Replies: 6
Views: 12329

Re: new MSYS version contains virus (maybe)

Unfortunately this happens with disturbing regularity, it's a false positive. Replace your AV software with something that works. Avast has been working well for me.