90 Commits

Author SHA1 Message Date
d0k3
dc8bf2c52e Rename draw.c/.h to ui.c/ui.h 2016-03-28 17:32:29 +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
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
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
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
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
1debcaeecc Added ability to create folders 2016-03-14 23:58:25 +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
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
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
d0k3
bf19767a82 Enabled a write permission system
Plus tons of design and under the hood changes
2016-03-01 02:00:48 +01:00
d0k3
44c351c1a7 Added a write permission system 2016-02-29 22:51:20 +01:00
d0k3
759da56e67 Enabled clipboard handling 2016-02-29 22:27:04 +01:00
d0k3
1f852472c9 Misc code reorganization 2016-02-29 16:14:39 +01:00
d0k3
925861b3e7 Enable dir entry list sorting
... plus some code cosmetics
2016-02-29 15:48:31 +01:00
d0k3
87d2836dc2 Added utility fucntions for path copying and deleting
... not included yet, though!
2016-02-29 02:09:31 +01:00
d0k3
f720c4d760 Fixed the screenshot feature 2016-02-27 20:10:41 +01:00
d0k3
c8765ca6c6 Basic user interface done 2016-02-27 19:58:41 +01:00
d0k3
905267e0e5 Improved, minimized, cleaned up NAND FAT access 2016-02-27 14:02:03 +01:00
d0k3
ec5213255d Enabled Screenshot feature (Button X) 2016-02-26 19:43:30 +01:00
d0k3
7f6bc707fb This is now in proof-of-concept-stage 2016-02-26 18:52:30 +01:00
d0k3
f13a89d809 We can finally mount SysNAND and EmuNAND, horray! 2016-02-26 17:03:25 +01:00
d0k3
6adf9d254d At least this shows something now...
... still faulty, though.
2016-02-25 16:57:10 +01:00
d0k3
0df734a76a Took over source files from Decrypt9
... this is not compilable and by no means anywhere near even a proof of
concept now.
2016-02-13 17:29:56 +01:00