37 Commits

Author SHA1 Message Date
d0k3
9882b68a31 Improved NDS rom file mounting 2017-08-16 01:44:48 +02:00
d0k3
32fc283791 Added support for mounting NDS images 2017-08-14 02:47:00 +02:00
d0k3
7bbaf17b42 Replace (u8*) with (void*) where applicable
... also changes sector0x96 workaround to OTP encrypt method
2017-06-01 16:12:16 +02:00
d0k3
7df545da18 Properly discard un-displayable UTF-16 chars
addresses #68
2017-05-31 23:42:33 +02:00
d0k3
f6f45f242e Show icon.bin for mounted CIAs 2017-04-12 01:05:22 +02:00
d0k3
fd91427317 Some minor cosmetics and improvements 2017-03-14 01:51:47 +01:00
d0k3
1348b7ca03 Fix warnings for most recent devKitArm 2017-02-17 15:54:37 +01:00
d0k3
1129c710d7 Virtual files: use u64 for offset / size 2017-02-17 04:01:25 +01:00
d0k3
7a7bc96a9b Full mount compatibility for all known FIRM versions 2017-02-12 16:00:59 +01:00
d0k3
c93295df42 Improve FIRM v2.1.0 mount code
... maybe all older FIRMS, unsure.
2017-02-10 17:06:16 +01:00
d0k3
1ad48969ca Improved FIRM detection / verification routines 2017-02-03 02:21:16 +01:00
d0k3
1a9cad856d Improved NCCH crypto routines
... now allow on-the-fly reencryption. H&S inject is now also possible
for encrypted CXIs
2017-01-31 16:17:01 +01:00
d0k3
3b6932d9ab Changed filetype var handling to bitwise
... cause files can have more than one filetype
2017-01-27 15:29:53 +01:00
d0k3
74ff158c93 Show sizes for virtual drives 2017-01-20 15:37:37 +01:00
d0k3
9432723791 Virtual FIRM: Leave section .bins encrypted 2017-01-02 20:55:36 +01:00
d0k3
825f94b05b Fix: FIRM mount/decrypt handling 2016-12-23 17:15:18 +01:00
d0k3
3ba8c675db Enable FIRM file mounting 2016-12-22 19:00:03 +01:00
d0k3
36f52950e6 Fix a bug in vgame.c
it's a wonder this didn't blow up earlier
2016-12-22 01:35:59 +01:00
d0k3
0fffa3d2ce Cleanup virtual.c source code 2016-12-21 00:31:21 +01:00
d0k3
c0c13d2f7d Code reorganization / cleanup 2016-12-19 13:50:03 +01:00
d0k3
9466fe37d1 gameio.h/.c -> gameutil.h/.c 2016-12-10 15:40:36 +01:00
d0k3
4dc92abef6 Enable mounting RomFS and ExeFS as virtual game images 2016-12-09 21:57:53 +01:00
d0k3
648f314a0a Prevent alignment issues 2016-12-08 22:08:19 +01:00
d0k3
514e57c1f4 CheckNcchCrypto() -> SetupNcchCrypto() 2016-12-08 13:14:20 +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
1b4481daa5 Speed up RomFS browsing via lv3 hashes 2016-12-02 16:42:39 +01:00
d0k3
ddd1dd070b Cleanup vgame.c / vgame.h 2016-12-02 13:26:24 +01:00
d0k3
6e7a55f422 Enable browsing the RomFS dir 2016-11-30 23:41:35 +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
34b58e979a Enable browsing the ExeFS dir 2016-11-30 23:41:27 +01:00
d0k3
ddac828dcb Enabled virtual dir handling 2016-11-28 21:22:30 +01:00
d0k3
58d7573ef5 Enable mounting of NCCH files 2016-11-28 01:19:12 +01:00
d0k3
622947f63a Enable mounting of NCSD files 2016-11-26 15:37:53 +01:00
d0k3
2c5a46522d Handle Virtual Game Drive via image.h 2016-11-26 14:25:10 +01:00
d0k3
79dec02e92 Enabled (preliminary) CIA mounting support 2016-11-25 18:30:01 +01:00