577 Commits

Author SHA1 Message Date
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
d0k3
c07686da7a Enable Travis CI testing 2016-03-28 13:08:54 +02:00
d0k3
e0ce88300c Merge pull request #2 from Flat/patch-1
Fix COLOR_BLUE to actually be blue
2016-03-24 20:04:43 +01:00
Ken Swenson
5c0e0e5a04 Fix purple blue 2016-03-24 14:32:33 -04:00
d0k3
2997b903e5 Better volume IDs for drives (currently unused) v0.2.0 2016-03-22 20:10:27 +01:00
d0k3
a9f89d3503 Use build flag -flto 2016-03-22 20:10:25 +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
d084f9fa48 Updated readme file 2016-03-18 17:24:26 +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
1215a19c0b Updated BrahmaLoader submodule 2016-03-14 12:52:55 +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
d0k3
adc153db3f Unstubbed NAND writing functions 2016-03-02 21:14:31 +01:00
d0k3
75dff45fcb Use alternate method of getting NAND CTR (via NAND CID) 2016-03-02 20:01:13 +01:00
d0k3
21a51e8138 Add virtual '..' entry to dirs 2016-03-02 19:36:20 +01:00
d0k3
f574549cdb Improved copy-overwrite handling 2016-03-02 17:32:19 +01:00
d0k3
df82754a6a Working file copying routines 2016-03-02 17:22:44 +01:00
d0k3
2a53ee0a5b Working delete routines (needs testing, though) 2016-03-02 14:15:29 +01:00
d0k3
7ab86c87a3 Misc bugfixes + non working copy / delete features 2016-03-02 14:01:20 +01:00