#86300 - zzo38computer - Tue Jun 06, 2006 4:49 am
I am making program, one time I used filesystem library it freezes when you try to load it when the CF card is not in the slot (but interrupt still works). Is there some way to check if filesystem is unavailable and/or if running in emulator so that it doesn't automatically freeze the program when trying to load saver?
_________________
Important: Please send messages about FWNITRO to the public forum, not privately to me.
#86306 - Dwedit - Tue Jun 06, 2006 5:34 am
Modify the fat library to handle failures better. Currently, it does really bad with any failure.
_________________
"We are merely sprites that dance at the beck and call of our button pressing overlord."
#86339 - tepples - Tue Jun 06, 2006 2:42 pm
If FAT_InitFiles() returns failure, then you should be able to go ahead with probing GBA SRAM for a saver. Are you saying that FAT_InitFiles() freezes instead of returning failure?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#86475 - Mighty Max - Wed Jun 07, 2006 1:35 pm
tepples wrote: |
If FAT_InitFiles() returns failure, then you should be able to go ahead with probing GBA SRAM for a saver. Are you saying that FAT_InitFiles() freezes instead of returning failure? |
It will freeze.
Cause: the SuperCard SD init will report that one is plugged in and tries to use that card (which fails)
Comment out that driversupport or someone finally correct this driver.
_________________
GBAMP Multiboot