282 Commits

Author SHA1 Message Date
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
d0k3
4da34d3ce4 Fix: don't write .SHA files to drives other than the SD card 2016-12-01 00:06:01 +01:00
d0k3
6e7a55f422 Enable browsing the RomFS dir 2016-11-30 23:41:35 +01:00
d0k3
e2aac33c3d Reorganized virtual path copy code 2016-11-30 23:41:34 +01:00
d0k3
a3744ae7a3 Fix corruption on RAMdrive mount / unmount 2016-11-30 23:41:33 +01:00
d0k3
9af01de7dc Allow mounting images from any FAT based drive 2016-11-30 23:41:32 +01:00
d0k3
4df338b8a0 Code cleanup: vgame.c/vgame.h 2016-11-30 23:41:31 +01:00
d0k3
72c5f21339 Fixed NCCH mount handling for ExeFS 2016-11-30 23:41:30 +01:00
d0k3
521514c8be Prevent unneccessary remounts 2016-11-30 23:41:29 +01:00
d0k3
eac1591be3 Prevent a possible bug for alias drives 2016-11-30 23:41:28 +01:00
d0k3
34b58e979a Enable browsing the ExeFS dir 2016-11-30 23:41:27 +01:00
d0k3
f0492ad02d Check for mount state when detecting image drives 2016-11-30 23:41:26 +01:00