Search found 5 matches

by Oranj
Fri Feb 11, 2011 8:08 pm
Forum: DS/DSi Development
Topic: A way to distinguish DS version?
Replies: 4
Views: 9464

Re: A way to distinguish DS version?

Thanks for willing to help! I don't think that a lot of people replace their screens, and that worked for moonshell back when there were only Phat and Lite. To see the difference you could just download the whole reader. It's located at http://code.google.com/p/ikureader/ . There's a button called &...
by Oranj
Sat Feb 05, 2011 1:15 pm
Forum: DS/DSi Development
Topic: A way to distinguish DS version?
Replies: 4
Views: 9464

Re: A way to distinguish DS version?

Well I'm writing an ebook reader with subpixel font rendering and screens of different DS versions have different subpixel alighnment (RGB / BGR). I added an option to change rendering manually but users are still getting confused and read blurred text. Is this good enough point to ask for a couple ...
by Oranj
Sat Feb 05, 2011 7:28 am
Forum: DS/DSi Development
Topic: A way to distinguish DS version?
Replies: 4
Views: 9464

A way to distinguish DS version?

Please, tell me, it's important. I have this relict which works but since there are other versions now I need an update. #define PM_DSLITE_REG (4) #define PM_IS_LITE BIT(6) if((readPowerManagement(PM_DSLITE_REG) & PM_IS_LITE)) //Lite else //Phat And if there's a facility to do this from ARM9 cod...
by Oranj
Thu Jan 06, 2011 10:04 pm
Forum: DS/DSi Development
Topic: Which version supports touchscreen in emulators?
Replies: 4
Views: 4933

Re: Which version supports touchscreen in emulators?

Problem solved, works fine in latest desmume svn3904
by Oranj
Wed Jan 05, 2011 7:02 pm
Forum: DS/DSi Development
Topic: Which version supports touchscreen in emulators?
Replies: 4
Views: 4933

Which version supports touchscreen in emulators?

I want to use an emulator for debugging but with latest libnds touchscreen doesn't work on any! But there was a version of libnds that didn't have this problem since there are homebrews that work properly in emlators. Emulators I tried: iDeaS, DeSmuME. NO$GBA works but it doesn't support FAT which I...