Search found 8 matches

by avenir
Wed Feb 09, 2011 12:59 pm
Forum: User Contributions
Topic: libfat returns LFN for 8.3 files in dirnext()
Replies: 9
Views: 29706

Re: libfat returns LFN for 8.3 files in dirnext()

WinterMute wrote: I tried compiling code as thumb a while ago and it failed. The TODO list does have a note on this & the intent to figure out why.

Any chance you could get me a fat image containing files like this for testing?
1. possibly because you didn't compile arm9 part in ARM.
2. later
by avenir
Wed Feb 09, 2011 12:42 am
Forum: User Contributions
Topic: libfat returns LFN for 8.3 files in dirnext()
Replies: 9
Views: 29706

Re: libfat returns LFN for 8.3 files in dirnext()

hbmenu is not a DSi only project nor will modified binaries for specific DS model consoles be provided. The bootloader provider with hbmenu is not a library, nor is it intended for use in normal user code. Explain the 0xE5 thing in more detail. Under what circumstances does this become an issue? Ho...
by avenir
Tue Feb 08, 2011 1:15 pm
Forum: User Contributions
Topic: libfat returns LFN for 8.3 files in dirnext()
Replies: 9
Views: 29706

Re: libfat returns LFN for 8.3 files in dirnext()

this is nothing more than a cosmetic change as far as I can determine. Your "bootlib" patch removes essential functions from hbmenu so it was removed. Please don't post it again. 1. As for NT flag, yes it is cosmetic change, but it is what libelm(Wood/AKAIO) and MoonShell are doing. [edit...
by avenir
Mon Feb 07, 2011 3:18 am
Forum: libfat
Topic: questions about card io and the filesystem
Replies: 16
Views: 38565

Re: questions about card io and the filesystem

WinterMute wrote: Searching for the file using libfat is stupid, short sighted, prone to error and incredibly slow if the user has a lot of files on the card. Please do not provide incentives for card makers to not support argv.
But MeRAMAN's softwares use that method since before you provided argv scheme...
by avenir
Mon Feb 07, 2011 3:15 am
Forum: DS/DSi Development
Topic: Get nds file icon?
Replies: 12
Views: 17429

Re: Get nds file icon?

(a) No (need dumping DS card)
(b) http://www.bottledlight.com/ds/index.ph ... /NDSFormat <- check "icon"
by avenir
Mon Feb 07, 2011 3:11 am
Forum: User Contributions
Topic: libfat returns LFN for 8.3 files in dirnext()
Replies: 9
Views: 29706

Re: libfat returns LFN for 8.3 files in dirnext()

WinNT uses reserved flag for filenames with all small characters like "boot.nds". When there is such file, you can see "boot.nds" on WinNT but "BOOT.NDS" on libfat. This patch will return "boot.nds" instead of "BOOT.NDS" for such case. And it seems t...
by avenir
Sun Feb 06, 2011 12:03 am
Forum: User Contributions
Topic: libfat returns LFN for 8.3 files in dirnext()
Replies: 9
Views: 29706

libfat returns LFN for 8.3 files in dirnext()

dirnext() returns boot.nds instead of BOOT.NDS, so (also for 8.3 files) you will see the same file name as on WinXP PC.
by avenir
Sat Feb 05, 2011 11:25 pm
Forum: Announcements
Topic: libnds 1.4.10, libfat 1.0.9 and default arm7 0.5.19
Replies: 14
Views: 25872

Re: libnds 1.4.10, libfat 1.0.9 and default arm7 0.5.19

viewvc is dead, but you can see
https://devkitpro.svn.sourceforge.net/s ... pro/trunk/
anyway it is true that I can't track what is updated in new revision.