Commit Graph

17 Commits

Author SHA1 Message Date
Nuck-TH
c5c83de9b1 Added more safety checks
Implemented more safety/sanity checks:
    *Check for NO$GBA footer when size is normal(i.e. footer replaces end of image, not appended to it).
     Yes, such image works in NO$GBA!
    *Check if battery level is below 50%(2 bars), allow to proceed if charger connected.
Changed order of messages while writing nand to properly ask to not disconnect charger if it is connected.
In same place altered block counter to actually state that it is operation progress.
2017-08-17 22:20:35 +07:00
Nuck-TH
1440e2c89a Added if'ed declaration of isDSiMode() for building with libnds < 1.6.0 2017-08-17 13:55:34 +07:00
Nuck-TH
83c392a202 Implemented safety(sanity) checks in restoreNAND():
*Check for match of file and NAND sizes
    *Check for precence of MBR in file(this means that file is not encrypted)
Added user-friendly message for successful finish of restoration.
Edited messages a bit in restore function.
Fixed building on last devkitARM(nand_WriteSectors const buffer in declaration).
Changed version to 1.6.1 to differ from base.
2017-08-10 00:10:52 +07:00
mariogamer2
699ddb7e7b fix 2017-07-04 16:46:11 -04:00
mariogamer2
140360cb6a fwtool 1.6 from apachethunder post: https://gbatemp.net/threads/srloader-nds-app-for-dsi.472200/page-2#post-7349430 2017-07-04 16:32:39 -04:00
Dave Murphy
01faef2587 use function to detect DSi mode. 2017-06-16 08:59:14 +01:00
Dave Murphy
56415502b4 prevent page align 2016-12-18 01:45:31 +00:00
Dave Murphy
b954d5749a next release will be 1.4.2 2016-11-04 18:34:37 +00:00
Dave Murphy
8da6c578a3 detect NAND size on DSi/3DS 2016-11-02 21:46:00 +00:00
Dave Murphy
854c359158 add DSi NAND dumping 2015-12-15 13:15:00 +00:00
Dave Murphy
979fc09951 use rule target instead of explicit name 2015-12-15 13:05:27 +00:00
Dave Murphy
cf0c2646e0 dump dsi mode bioses 2015-02-07 08:31:39 +00:00
Dave Murphy
698006d52a add versioning 2015-02-07 08:30:36 +00:00
Dave Murphy
84413195be optimise arm7 for size 2015-02-07 08:28:49 +00:00
Dave Murphy
c498592b5b ignore generated files 2015-02-07 08:28:00 +00:00
Dave Murphy
66fc728881 automate versioning 2015-01-22 09:55:45 +00:00
Dave Murphy
f683f351d7 Add fwTool 2014-12-23 12:08:27 +00:00