Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

58
votes
6answers
15k views

Tutorials for Wii programming

I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rotating a simple ...
3
votes
1answer
140 views

Drawing an image on subscreen of nds

I am totally new to libdns. I try to change the sample Graphics\Backgrounds\256_color_bmp to display the background on the subscreen. Here is my code. Do you have any idea what is missing to display ...
2
votes
2answers
395 views

Help with GBA ARM assembly program

I tried to modify this ARM assembly program (see bottom of the page) to use subroutines. It should display a red screen on the GBA (and compiling the example program it actually does, so it's not a ...
2
votes
7answers
296 views

bring malloc() back to its initial state

Do you know if there is a way to bring back malloc in its initial state, as if the program was just starting ? reason : I am developing an embedded application with the nintendods devkitpro and I ...
1
vote
2answers
372 views

Nintendo DS using PAlib

I've been looking in to Nintendo DS development on behalf of my agency and begun using the devkitPro/libnds and PAlib, it seems ideal for our needs until we decide if it's a viable route for us and ...
0
votes
0answers
58 views

OpenGL display list

Im currently programming for the Nintendo DS using devkitpro, libnds. It uses OpenGL, and displays 3d models with display lists. I was wondering if there was a way of knowing how many polygons a ...
0
votes
0answers
23 views

How would one draw to the sub display of a ds as if it was a framebuffer?

I need to draw raw pixel data to the Nintendo DS's "sub" screen, such as if I was drawing to the main screen in "framebuffer" mode or "Extended Rotation" mode. How can I do this with the current ...
0
votes
2answers
82 views

NDS Homebrew : can't compile in Visual Express 2008

I'm trying to get into NDS Homebrew, and have installed devkitPro and PALib, and linked it with Visual Express 2008. But When I try to compile the Hello World example code that is automatically ...