55 Commits

Author SHA1 Message Date
d0k3
fbe8f55a81 File copying: better handling for user errors 2016-04-27 22:03:25 +02:00
d0k3
663aa681f6 Added ability to calculate & compare file SHA-256 2016-04-25 02:46:32 +02:00
d0k3
9e4c073933 Add a warning when overwriting A9LH 2016-04-22 17:47:13 +02:00
d0k3
25c346e0d7 Improved hex viewer navigation 2016-04-10 15:55:39 +02:00
d0k3
393b764945 Allow coyping between image virtual <-> other virtual 2016-04-10 14:50:58 +02:00
d0k3
c641da35f0 Better function names for virtual.h 2016-04-09 21:56:42 +02:00
d0k3
f0c7079e08 Added virtual memory drive 2016-04-09 21:50:50 +02:00
d0k3
45501d47eb FileGetData(): Also allow virtual files
This commit also enables ReadVirtualFile() to correctly process
misaligned data
2016-04-08 21:02:38 +02:00
d0k3
d5dea9415f Fix mounting images on 3DS w/o an EmuNAND 2016-04-07 12:00:41 +02:00
d0k3
da87f37d26 Properly unmount images when deinitializing 2016-04-06 16:42:08 +02:00
d0k3
8a8271351c Allow mounting FAT (12/16/32) images 2016-04-05 20:34:50 +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
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
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