2
votes
5answers
147 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 …
3
votes
Alpha blending sprites in Nintendo DS Homebrew
As a generic reference, i once wrotea small blog entry about that issue. Basically, you first have to define w …
1
vote
Nintendo DS homebrew with Ada?
One thing to consider when porting a language to the nintendo DS is the relatively small stack it has (16KB). There are possible workarounds such as swapping the SRAM stack content into DRAM (4MB) …
1
vote
How do I programatically search for Wi-Fi access point using PAlib on the Nintendo DS
i used the code from ds_wifi_test (which comes with the original dswifi library) when i tried to implement this. Basically, access points are scanned internally when you invoke Wifi_ScanMode( …
1
vote
Why doesn’t keysDownRepeat() in libnds seem to work when calling it multiple times?
Note also that you have keysHeld() to identify keys that are "still hold down" from the previous frame, while keysDown() is typically designed to help you identify "keys that have just beeing press …
