gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Are there any files selection menu sample

#130948 - viko - Sat Jun 09, 2007 3:10 pm

Hi all, I'm new to the NDS develop and now I'm starting to build a file selection menu with dldi. I'v followed Chishm's libfat introduction and I can list files. but I got some problem on building a menu. Is there any sample source that I can take reference on how to create a file selection menu? thanks.

#130952 - chuckstudios - Sat Jun 09, 2007 3:49 pm

Take a look at PicoDrive DS's source (cryptosystem.org), it has a fairly simple file selector.

#130961 - tondopie - Sat Jun 09, 2007 6:13 pm

most devs start from there when making a multiboot menu or an emulator...

#130973 - tepples - Sat Jun 09, 2007 8:11 pm

I made a .sav selector in RAC (filesel.c).
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#131014 - viko - Sun Jun 10, 2007 5:11 am

Thanks for the kindly help.

When I tring to bulid RAC, mktables.exe is needed, but it is not included. Where can I find it?

#131077 - tepples - Sun Jun 10, 2007 10:17 pm

viko wrote:
Thanks for the kindly help.

When I tring to bulid RAC, mktables.exe is needed, but it is not included. Where can I find it?

My bad. Please redownload RAC.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#131138 - viko - Mon Jun 11, 2007 1:40 pm

Got it, thanks.