Search found 1 match

by orp
Wed Mar 21, 2012 9:15 pm
Forum: DS/DSi Development
Topic: ap_search example problems
Replies: 11
Views: 21837

Re: ap_search example problems

Well, pls. have a look at template.c,
be sure that the first while loop does not look like this:

Code: Select all

 while(1);
{ 
This is a non terminating loop!
You have to remove the ";". Rebuild the .nds file and the AP search should work ...