* Fixed bug with nrio-usb-disk that prevented it from mounting EZP when
using latest version of DLDI. (turns out to be the last sector bug)
* Moved some frequently used functions to ITCM.
* Console front adjusted so line seperator is a continous line.
* > character used instead of asterisk for file browser cursor.
* "nitro" displayed as drive name for internal fat image instead of fat
to better differenciate it from MicroSD.
* internal ez5n code updated to latest version.
* Added read time function to internal ez5n code to allow DLDI to
properly indicate startup/isinserted fail if DLDI init is attempted when
no MicroSD card is inserted. Time out currently set to 2 seconds.
* Included homebrew in fat image also has updated ez5n DLDI driver as
well as the ez5n.dldi file being updated as well.
* Fat image now had updated version of GodMode9i. (Version with slot2
support that now has latest commits from main branch of GM9i)
* Autoboot can now be toggled on/off via single const bool. Compile with
the bool set to false if you wish to disable autoboot.
* New card command added to read hw version from EZP cart. This command
was found courtasy of Lifehackerhansol. UI code updated to dispaly this
in top right corner of top screen UI. (This is only displayed if file
browser UI is activated)
* Autoboot enabled.
* First path checked for gbaframe and autoboot nds files is now expected
to be internal fat while the rest are expected to be MicroSD. If path
for first entry doesn't exist it will attempt MicroSD init and load next
path from there.
* Requires unlocked flash. (aka EZP cart has not had fw1.06 run on it yet). EZP flash can be unlocked with EZP_Recovery_Tool however requires desoldering WP# win on flash chip to do this.