Search found 133 matches

by StevenH
Mon May 20, 2013 4:01 pm
Forum: DS/DSi Development
Topic: how can I render a font
Replies: 3
Views: 7506

Re: how can I render a font

There's always my partially completed graphics console lib, that I've got to update at some point, just finding time between work and relaxing is hard.
by StevenH
Sun Oct 17, 2010 11:14 pm
Forum: devkitARM
Topic: DMA problem
Replies: 1
Views: 3650

Re: DMA problem

DMA_CHANNEL is not defined anywhere.

You need to supply a number between 0 and 3 IIRC for the DMA_CHANNEL number.
by StevenH
Sun Sep 26, 2010 11:44 pm
Forum: DS/DSi Development
Topic: What does getBatteryLevel do?
Replies: 5
Views: 5758

Re: What does getBatteryLevel do?

There is no 15th bit of the power management registers as they are all 8 bits... I'm actually looking at that code now, and there's a couple of things that's a little stange to me as well... I think what it's supposed to be doing is the following: battery = OK / low power (0 = OK, 1 - Low power acco...
by StevenH
Sun Sep 26, 2010 11:20 pm
Forum: devkitARM
Topic: Including libraries oddity
Replies: 2
Views: 4738

Re: Including libraries oddity

Short answer:

Those two include files are for C++ only, are you compiling a .c file or a .cpp file?

Your source files will have to be .cpp to include <memory> and <string>
by StevenH
Sat Sep 25, 2010 5:34 pm
Forum: devkitARM
Topic: hi,who have the devkitARM r20?
Replies: 3
Views: 6023

Re: hi,who have the devkitARM r20?

Short answer: No-one Long answer: No-one will have a copy of the dev kit from over 2 years ago, you will be better off trying to fix the bugs in the old app and re-compiling with the current release of devkitARM as there's been a lot of changes to the way that the code runs on a DS, also your code w...
by StevenH
Fri Sep 24, 2010 11:30 am
Forum: devkitARM
Topic: new MSYS version contains virus (maybe)
Replies: 6
Views: 10654

Re: new MSYS version contains virus (maybe)

I only use one av software - bitdefender - and thats got it's own set of problems, a few months ago it decided that everything on the hdd contained a virus. All av software has the chance of a false positive, heck teamspeak2 client contain code that can be detected as a virus by some av software und...
by StevenH
Sun Sep 19, 2010 12:07 am
Forum: DS/DSi Development
Topic: Lil help to a begginer :)
Replies: 24
Views: 20481

Re: Lil help to a begginer :)

FYI i wanna make a loader cuz my r4i suck at loading games so i wanna make a seperate loader lol thats why i wanna make 1. Im an unfortunate owner of the r4i with the mario on front of the box. It works great on my media files and also in the homebrews but not so well on booting games and playing t...
by StevenH
Tue Sep 07, 2010 9:13 pm
Forum: Off Topic
Topic: OGRE3D Error
Replies: 2
Views: 6629

Re: OGRE3D Error

Ghost6765, a quick search of the Ogre3D forums has turned up a few interesting titbits of information that you may need to consider when attempting to get Ogre3D running on the Wii. 1) Ogre3D uses DirectX and OpenGL - The Wii does not 2) Ogre3D does not have a console port. It has a port to any open...
by StevenH
Sun Sep 05, 2010 4:37 pm
Forum: Off Topic
Topic: Help?
Replies: 1
Views: 3915

Re: Help?

It's not a case of questions answered, it's more along the lines of what you know, and how to act in the forums. Also this is not a forum that just makes people a mod, the forum is for helping people with their problems in coding using the toolchains, and therefore you need to know the toolchains an...
by StevenH
Sat Sep 04, 2010 1:38 am
Forum: DS/DSi Development
Topic: Lil help to a begginer :)
Replies: 24
Views: 20481

Re: Lil help to a begginer :)

Well I've heard of people shooting for the Moon, but your shooting for Nix (Pluto's smallest moon)... Good luck and all, I'd be interested to see if you can get this up and running, but do remember that your limited to 2000 tri's per frame, so your not going to get SA style, and the 4Mb ram limit fo...