Search found 2 matches

by snoosdoot
Fri May 10, 2019 3:28 pm
Forum: DS/DSi Development
Topic: maxmod program hangs after pressing a key
Replies: 2
Views: 10025

Re: maxmod program hangs after pressing a key

I've edited your post to add the source code in question - for small chunks like this it can be easier to look at code in place rather than grabbin an archive & extracting it in order to compile locally. The most immediately obvious problem is this :- loadedsound = MOD_ENIGMA; printf("Key ...
by snoosdoot
Tue May 07, 2019 8:28 pm
Forum: DS/DSi Development
Topic: maxmod program hangs after pressing a key
Replies: 2
Views: 10025

maxmod program hangs after pressing a key

read title im sure what is wrong looks really obvious but im a noob so i dont see it [mod edit: add code] #include <nds.h> #include <maxmod9.h> #include <stdio.h> #include "soundbank.h" #include "soundbank_bin.h" int main() { consoleDemoInit(); keyboardDemoInit(); mmInitDefaultMe...