Quote:
|
I cut into pieces RK_MLC_USBFS_SD.A this lib and elicited only those functions that are necessary to access SDCard.
|
Wow! that is impressive flasher, did you manage to somehow decompile this file?
Regarding a file open dialog, I think it would be best to do something similar to what the firmware already does to select files, in other words like the browser screen a simple text list that fills the screen and just select the file you need using the direction arrows and choose with the play button, just to keep it simple and easy to operate.
Regarding a save dialog, do we need one at all? sure the option to save is needed for things like updating a configuration but I think that's about it.
I would like to implement something like SDL for GDK :-
http://www.libsdl.org/index.php
this is used for things like the gameboy and to create emulators etc, but it would probably be a bit too much to make this work with the GDK.