provider of homebrew toolchains for wii, gamecube, ds, gba, gp32 and psp
-4
votes
1answer
81 views
Graphics in c++ coded inefficiently
I am coding for the nds using Devkit pro in c++, and there is a graphic that is being displayed at the top. Each graphic is loaded with a value (Which is what part of an image it is loaded from), and ...
0
votes
0answers
80 views
How to use iprintf in c++
How can I use any command really (in c++ programming with Devkit Pro for NDS) to simply print a vaiably rather than text to a specific location? Here's what I have that prints text:
...
1
vote
1answer
87 views
How to display picture in c++ nds coding
I'm coding in c++ for the nds with devkit pro and for the life of me, I cannot find out how to draw/display a full picture on one of the screen. Something simply for a background image of the ...
2
votes
5answers
83 views
Error 'settings' was not declared in this scope
first of all, this is one of my first times writing code so I'm a newb.
I'm writing for the nds using devkit pro, and so its all written in c++. I want to have a menu, each menu screen is a void, and ...
2
votes
1answer
69 views
Different languages for devkitPPC (Wii) development
devkitpro has been pretty great for development so far. However, I was wondering if there were any other libraries, either independent or based on devkitpro, that would incorporate other languages for ...
1
vote
1answer
146 views
How do I connect the C++ Wii devkitpro to the internet?
I am struggling with my code in devkitpro trying to get this program to connect to the Internet. It says it connects, it gets an IP address.
However, how do I read from the Internet and verify that ...
1
vote
1answer
70 views
How do i play audio on devkitPro?
I am trying to develop a app that will use the devkitPro toolkit. How do I play Audio files on Wii? I can't seem to get them to play. I have tried over and over.
0
votes
1answer
182 views
NDS Hombrew: Multiple Animation Speeds for Sprites
I have been experimenting with the devkitARM toolchain for NDS homebrew recently. Something I would like better understand, however, is how to control sprite animation speeds. The only way I know of ...
1
vote
0answers
59 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
164 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 ...
4
votes
1answer
368 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 ...
3
votes
2answers
707 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
2answers
617 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 ...
2
votes
7answers
411 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 ...
64
votes
5answers
18k views
Tutorials for Wii programming [closed]
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 ...