You are not logged in.
Pages: 1
I'm trying to use DeSmuME for homebrew development. The release notes indicate that there is FAT support, but I don't see any information on how to configure it. Ex: How do you set the root directory for the CF? Which fat drivers/libraries work with it? Ex: Which DLDI driver settings would work with it?
I tried opening some homebrew apps like DSOrganize, DSDoom, AmplituDS, and Moonshell - but none of them seem to work. I am hoping there is some FAT configuration setting hiding in the INI file.
Excerpt from Changelog:
0.3.3 -> 0.5.0
cart:
- Added CompactFlash/FAT emulation.
Offline
It works, using libfat just leave the rom unpatched, and the root folder is the same the loaded .nds is in. I don't know if subfolders are correctly supported, but it loads perfectly from base folder (tried it myself with a renderer I wrote a while ago)
Offline
I was able to load a mp3 file on a subfolder with lmp-ng-beta, but it only played for like 1sec, after that only noise...
Athlon 64 X2 3800+ / 2Gb DDR2 800Mhz
Geforce 8600GT 256MB / Windows XP PRO SP3
http://desmume.org/compatibility-list/
Offline
hmm. no luck opening anything even at the root level.
Package: desmume
New: yes
State: installed
Automatically installed: no
Version: 0.6.0-0ubuntu1
Priority: extra
Section: universe/games
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Uncompressed Size: 979k
Depends: libatk1.0-0 (>= 1.13.1), libc6 (>= 2.5-0ubuntu1), libcairo2 (>=
1.3.14), libfontconfig1 (>= 2.4.0), libglade2-0 (>= 1:2.5.1),
libglib2.0-0 (>= 2.12.9), libgtk2.0-0 (>= 2.10.3), libpango1.0-0 (>=
1.15.6), libsdl1.2debian (>= 1.2.10-1), libx11-6, libxcursor1 (>
1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1,
libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.0), libxrender1, zlib1g (>=
1:1.2.1)
Offline
hey, works better in 0.7.1
http://ds.voidyourwarranty.us/2007/06/1 … i386deb-3/
also only get 8.3 filenames.
opendir() works but paths in freetype don't.
Package: desmume
New: yes
State: installed
Automatically installed: no
Version: 0.7.1-1
Priority: extra
Section: checkinstall
Maintainer: root@tommy-desktop
Uncompressed Size: 418k
Description: Package created with checkinstall 1.6.1
Last edited by ghee (2007-08-03 12:01:48)
Offline
I'm using 0.7.3 on Windows XP Pro (in VMWare Fusion under OS X -- I really wish the mac port worked). I'm also having trouble with the FAT support in the port I'm working on. Subdirectories just don't seem to work properly. I seem to get a list of all the files/dirs in the folder alongside the .nds file if I list "/" but if I try to list the "/content" dir I get *some* of the files from the "/.git" dir instead. It's strange -- I get the correct *number* of files, but the filenames themselves are from the wrong dir. So instead of "version" and "packages/" (the things in /content) I get "HEAD" and "refs/", two out of the 10 files in the /.git dir.
It's a real shame -- this means I can't use desmume to debug any more because I can't get it to load any files.
Offline
I looked at the issue of sub-folders a while ago, but forgot to fix it after reading through cflash.c I'll check in the future whenever I've some free time.
Offline
I looked at the issue of sub-folders a while ago, but forgot to fix it after reading through cflash.c I'll check in the future whenever I've some free time.
Great! In the mean time I've found that FAT works properly with a disk image passed on the command line.
Offline
Pages: 1