Search found 4 matches

by Charles MacDonald
Sun Apr 28, 2019 12:32 am
Forum: DS/DSi Development
Topic: Utilizing DSi Mode
Replies: 6
Views: 14204

Re: Utilizing DSi Mode

Being honest I'd rather you didn't go digging around, I have some tweaks I want to make to dslink anyway that need some careful handling to preserve compatibility with various things. Don't worry, clearly you've put enough time and effort into developing dslink that releasing any kind of modified v...
by Charles MacDonald
Sat Apr 27, 2019 8:22 pm
Forum: DS/DSi Development
Topic: Utilizing DSi Mode
Replies: 6
Views: 14204

Re: Utilizing DSi Mode

Can you check the Unlaunch > hbmenu > dslink > User application option again & just check? Ah you're right, I made a mistake last time. That works. In fact I modified dslink to show a DSi specific register and the testing shows: 1. Unlaunch > User application -- Runs in DSi mode 2. Unlaunch > h...
by Charles MacDonald
Tue Apr 23, 2019 10:33 pm
Forum: DS/DSi Development
Topic: Utilizing DSi Mode
Replies: 6
Views: 14204

Re: Utilizing DSi Mode

Thanks for pointing out hbmenu, it's such a great program. After running some tests these are the combinations that result in a user application running in DS mode or DSi mode. I checked the DSi extended registers at 0x040040xx as well as isDSiMode() to verify. Runs in DSi mode: Unlaunch > User appl...
by Charles MacDonald
Tue Apr 23, 2019 5:16 am
Forum: DS/DSi Development
Topic: Utilizing DSi Mode
Replies: 6
Views: 14204

Utilizing DSi Mode

I've just started doing some development on a DSi LL, which has Martin Korth's nice Unlaunch V0.8 invoking dslink.nds after boot. I've been basing my experiments on the helpful examples that were provided with devkitPro, such as "hello_world". I've noticed there are some DSi related functi...