318 Commits

Author SHA1 Message Date
d0k3
b98bba9a6f Fix verifying CFA NCCH images 2016-12-20 14:45:40 +01:00
d0k3
37e24c1825 Enabled no SD mode 2016-12-20 14:45:32 +01:00
d0k3
c0c13d2f7d Code reorganization / cleanup 2016-12-19 13:50:03 +01:00
d0k3
32c5cd2196 Enable build CIA from NCCH/NCSD 2016-12-19 02:53:06 +01:00
d0k3
fcd61794a8 Various smaller improvements 2016-12-16 15:26:19 +01:00
d0k3
103641fd05 Vastly improved ticket.db parser 2016-12-16 03:35:29 +01:00
d0k3
2a904dc284 Enable build CIA from TMD files 2016-12-16 03:35:21 +01:00
d0k3
1f98f88d87 Better handling for locked files 2016-12-13 17:10:39 +01:00
d0k3
3b60fe2332 Persistent RAMdrive, not coupled to image handling 2016-12-13 16:00:14 +01:00
d0k3
236e037229 Check write permissions when decrypting game file 2016-12-13 14:48:44 +01:00
d0k3
9eb80b375a Enable decryption of CIA/NCCH/NCSD files 2016-12-13 00:20:00 +01:00
d0k3
f53d2808cf Minor code reorganizations 2016-12-11 16:28:51 +01:00
d0k3
a74897c0fb Speedup hexviewer search operations 2016-12-11 15:40:44 +01:00
d0k3
9466fe37d1 gameio.h/.c -> gameutil.h/.c 2016-12-10 15:40:36 +01:00
d0k3
020b1b74b2 Cleanup and reorganize fs.c / fs.h 2016-12-10 15:32:03 +01:00
d0k3
4dc92abef6 Enable mounting RomFS and ExeFS as virtual game images 2016-12-09 21:57:53 +01:00
d0k3
8947db2037 Fix detection of trimmed NCSD images 2016-12-09 16:09:33 +01:00
d0k3
baf1a645ca Also enable verification of TMD files
this verifies all referenced contents
2016-12-09 16:09:22 +01:00
d0k3
fec4f081a0 Fix file lock check routines 2016-12-09 16:09:12 +01:00
d0k3
4431c46a7b Handle write protected files as images 2016-12-08 23:37:20 +01:00
d0k3
a9c9d7a93f Improve image mount path selection 2016-12-08 23:37:19 +01:00
d0k3
67923556da Show a warning when a file is currently locked (on A button) 2016-12-08 23:37:08 +01:00
d0k3
648f314a0a Prevent alignment issues 2016-12-08 22:08:19 +01:00
d0k3
db8bbdb224 Allow (batch) verification of NCCH / NCSD / CIA 2016-12-08 22:06:47 +01:00
d0k3
2e8f6405e7 Miscellaneous cosmetics 2016-12-08 13:18:25 +01:00
d0k3
514e57c1f4 CheckNcchCrypto() -> SetupNcchCrypto() 2016-12-08 13:14:20 +01:00
d0k3
310159f0cb SetNcchKey(): Prevent unnecessary usage of SHA registers 2016-12-08 13:06:56 +01:00
d0k3
eff96b3e5b Reorganized A button file handler 2016-12-07 23:58:03 +01:00
d0k3
da506d3c4a Fix: Mounting public.sav files 2016-12-07 23:39:10 +01:00
d0k3
8e4b04a18e Improved memory buffer organization 2016-12-07 15:12:35 +01:00
d0k3
68b81ade76 Allow mounting public.sav files 2016-12-07 14:23:01 +01:00
d0k3
bb05242494 Fix: Decrypting TWL MBR in GW type EmuNANDs 2016-12-07 00:01:36 +01:00
d0k3
c2a4d5c0d1 Improved and extended aes.c / aes.h
Thanks @Gemarcano
2016-12-07 00:00:05 +01:00
d0k3
ae9a8aaf75 Fix .SHA calculation for A:/B: drives 2016-12-06 22:50:43 +01:00
d0k3
c28943ba13 Fix key setting after slot 0x03
... aka the most annyoing bug of all time
2016-12-06 22:50:12 +01:00
d0k3
8b0f4f2006 Fixed: CFA crypto handling 2016-12-06 15:48:24 +01:00
d0k3
d8442ac0cb On the fly crypto handling for mounted game files 2016-12-06 00:29:12 +01:00
d0k3
f23d2fd30a Proper keydb handling 2016-12-06 00:29:05 +01:00
d0k3
d10315ba64 Reorganized crypto related code to crypto subdir 2016-12-05 22:53:28 +01:00
d0k3
1b4481daa5 Speed up RomFS browsing via lv3 hashes 2016-12-02 16:42:39 +01:00
d0k3
dc3ea378ce Added virtual drive for NAND XORpads 2016-12-02 15:42:05 +01:00
d0k3
bb9b192052 Move bytewise read/write functions vnand.c -> nand.c 2016-12-02 14:08:30 +01:00
d0k3
ddd1dd070b Cleanup vgame.c / vgame.h 2016-12-02 13:26:24 +01:00
d0k3
6bf88bbdfb Enable FATFS file lock (prevents corruption) 2016-12-02 12:59:34 +01:00
d0k3
be91f8f96f Block copying to virtual game drive on UI level 2016-12-02 12:49:41 +01:00
d0k3
790f264a68 Enable recursive copy of virtual directories 2016-12-02 12:45:23 +01:00
d0k3
3dcfdd2b20 Enable recursive search for virtual game drives 2016-12-01 02:13:13 +01:00
d0k3
c2500b138a Fix: crashes on A:/B: hex viewer repeated searches 2016-12-01 01:14:47 +01:00
d0k3
efe4293a58 CiaInfo: also include max # of contents 2016-12-01 00:06:11 +01:00
d0k3
488dd156b5 image.h/.c: use u64 for bytewise functions 2016-12-01 00:06:10 +01:00