Page 1 of 1

ideas emulator issue

Posted: Sun Jan 04, 2009 5:47 am
by MrAndini
Hello

I recently downloaded the latest libnds and changed to use common arm7 lib instead of my own arm7 code.
I quite like this code, although access to backlight brightness would be nice.

However I now find that

1)
Wifi_InitDefault(false);
Just freezes within the iDeas emulator

2) touchkey also no longer works withion the emulator, even though I changed the usage to touchRead(&touchXY);

I realise this is just an emulator, but it is handy for testing code and just wonder why the new code should not work anymore?

Re: ideas emulator issue

Posted: Sun Jan 04, 2009 9:30 pm
by Legolas
Because iDeaS is bugged, I guess. The code works pretty fine on no$gba (2) and on real hardware (1 and 2). Try asking on ideas forum for a bug fix ;)

Re: ideas emulator issue

Posted: Mon Jan 05, 2009 12:23 am
by MrAndini
Thanks, didn't realise the no$GBA worked with DS code.

Will try it out.