79 Commits

Author SHA1 Message Date
d0k3
da87f37d26 Properly unmount images when deinitializing 2016-04-06 16:42:08 +02:00
d0k3
4f7b551540 Enable multiple panes handling 2016-04-06 16:06:54 +02:00
d0k3
b361db2b7e Misc cosmetics and coding style improvements 2016-04-06 12:52:23 +02:00
d0k3
d35e03f1a3 Allow loading the 0x05keyY from aeskeydb.bin
... also searchin /Decrypt9 folder
2016-04-06 02:59:57 +02:00
d0k3
927c885e87 Improve button react times 2016-04-05 23:19:29 +02:00
d0k3
4514937a0b Show info next to filenames in browser view 2016-04-05 21:30:05 +02:00
d0k3
03ad5205be Show full byte size of every file 2016-04-05 21:13:23 +02:00
d0k3
e80f788a94 Allow unmounting images with R+X 2016-04-05 20:41:40 +02:00
d0k3
0c8530ebc9 Fix ImgNAND size detection 2016-04-05 20:41:22 +02:00
d0k3
8a8271351c Allow mounting FAT (12/16/32) images 2016-04-05 20:34:50 +02:00
d0k3
8caf22a446 Cleaned up bs-start.s file
... thanks, AuroraWright!
2016-04-05 15:23:14 +02:00
d0k3
e15259f9ba Improved remounting of images 2016-04-05 15:20:48 +02:00
d0k3
5a9110b3d4 Reworded write permission texts 2016-04-05 13:44:17 +02:00
d0k3
00fe5b9b36 Support for mounting NAND images 2016-04-05 13:44:02 +02:00
d0k3
59126078c7 Removed unused defines from common.h 2016-04-04 21:52:42 +02:00
d0k3
9decdb26c1 Coding style improvements thanks to CppCheck 2016-04-02 19:07:46 +02:00
d0k3
ea9b4c439c Improved and fixed string input dialog 2016-03-28 20:12:32 +02:00
d0k3
4492de3856 Workaround for case sensitive file renaming 2016-03-28 20:10:43 +02:00
d0k3
dc8bf2c52e Rename draw.c/.h to ui.c/ui.h 2016-03-28 17:32:29 +02:00
d0k3
7e4e188323 Merge branch 'master' of https://github.com/d0k3/GodMode9 2016-03-28 13:09:40 +02:00
d0k3
10b79cfadb Fix EmuNAND size detection
The full size NAND.bin will now turn up in EmuNAND virtual files, too!
2016-03-28 13:09:36 +02:00
Ken Swenson
5c0e0e5a04 Fix purple blue 2016-03-24 14:32:33 -04:00
d0k3
2997b903e5 Better volume IDs for drives (currently unused) 2016-03-22 20:10:27 +01:00
d0k3
0d521004a1 Improved FindVirtualFile() function 2016-03-22 20:10:23 +01:00
d0k3
762dce04cd Properly check for slot0x05 crypto & EmuNAND availability 2016-03-22 20:10:08 +01:00
d0k3
0b735edc49 Various improvements to virtual file handling 2016-03-22 20:10:01 +01:00
d0k3
4d4a037874 Added ability to copy virtual files 2016-03-22 20:09:51 +01:00
d0k3
50c9091d2c Prevented a possible bug when unmounting the SD 2016-03-21 23:20:53 +01:00
d0k3
1501185bdf fs.c code cosmetics 2016-03-21 23:20:51 +01:00
d0k3
96cc10cd31 Block rename / delete / creating dirs in virtual paths 2016-03-21 23:20:49 +01:00
d0k3
ad995919cf Allow listing virtual files 2016-03-21 23:20:40 +01:00
d0k3
ba61f77ee0 Simplified directory object types 2016-03-21 16:58:35 +01:00
d0k3
0163a5fd49 Use R+B for SD unmount instead of just B 2016-03-17 19:41:27 +01:00
d0k3
8dc8d8e67d Cleanup nand.c / nand.h 2016-03-17 19:40:05 +01:00
d0k3
e1ff741009 Handle RedNAND type EmuNANDs 2016-03-16 18:46:05 +01:00
d0k3
80e96f5815 Actually check if SD card is inserted when mounting 2016-03-16 15:45:24 +01:00
d0k3
a7853e1cd9 Enable unmounting the SD card 2016-03-16 01:26:17 +01:00
d0k3
af99c05363 Improve directory navigation 2016-03-15 22:19:30 +01:00
d0k3
a89f46b781 Also check free space when copying files 2016-03-15 22:17:59 +01:00
d0k3
f44472fd0a Also check write permissions for creating folders / renaming files
Plus: Don't allow renaming virtual FAT entries
2016-03-15 16:29:09 +01:00
d0k3
38fccfb28b Enable handling of downgraded (2.x) N3DS NANDs 2016-03-15 16:25:27 +01:00
d0k3
1debcaeecc Added ability to create folders 2016-03-14 23:58:25 +01:00
d0k3
7fea4e81b0 Unlock sequence prompt cosmetics 2016-03-14 23:38:57 +01:00
d0k3
9f562dbd39 Added ability to rename files 2016-03-14 23:38:43 +01:00
d0k3
40ea11d778 Fix copying files to the root path 2016-03-14 17:22:53 +01:00
d0k3
158d10410c Make this A9LH compatible 2016-03-14 12:52:46 +01:00
d0k3
ec142564c0 Unstubbed NAND writing 2016-03-03 15:45:31 +01:00
d0k3
49f83797ac Experimemtal framebuffers thanks to cpasjuste 2016-03-03 15:41:58 +01:00
d0k3
36213b606b Allow running with only SD mounted 2016-03-03 15:41:19 +01:00
d0k3
f331200506 Cleaned up & improved low-level disko functions
Thanks Normatt for the NAND CID function!
2016-03-03 13:27:51 +01:00