Michael Scire
05c4dfd8f8
Merge remote-tracking branch 'origin/master'
2019-04-05 13:42:17 -07:00
Michael Scire
938169cd3c
fs.mitm: experimental support for save redirection to sd.
2019-04-05 13:42:09 -07:00
Mat M
753958de28
fs_mitm/fs_dir_utils: Amend logic error within IterateDirectoryRecursivelyInternal() ( #498 )
...
This likely intended to get the size of the string and then subtract the
null terminator byte. Instead, this would always result in a sizeof of
8.
2019-04-04 20:04:26 -07:00
Michael Scire
fb5e02050b
fs.mitm: fix logic error in CopyFile
2019-04-04 15:41:41 -07:00
Michael Scire
262d6af519
bis_protect: guard against autorcm on rcm-patched units
2019-04-01 17:24:15 -07:00
Michael Scire
c6d67eab6a
strat: 0 -> ResultSuccess
2019-03-28 22:39:39 -07:00
Michael Scire
9427a5cf46
strat: use TitleId defs instead of magics.
2019-03-28 21:49:14 -07:00
Michael Scire
0001e93810
strat: use atmosphere results instead of magics
2019-03-28 20:19:38 -07:00
Michael Scire
29be429d2f
strat: fix remaining FS result magic numbers
2019-03-28 19:45:41 -07:00
Michael Scire
acffae6643
strat: replace kernel/dbg magic numbers with result defs
2019-03-28 16:57:18 -07:00
Michael Scire
2678735f73
stratosphere: migrate result headers to libstrat
2019-03-28 14:23:34 -07:00
Michael Scire
f2433824ba
fs.mitm: fix missing include in fs_shim.c
2019-03-28 10:51:51 -07:00
Michael Scire
d00b183f92
fs.mitm: Implement DirectorySaveDataFileSystem.
2019-03-28 10:43:33 -07:00
Michael Scire
f9c9c1048e
fs.mitm: prefer official web content to hbl_html
2019-03-26 11:53:30 -07:00
Michael Scire
ad8acaefec
fs.mitm: fix some filesystem issues
2019-03-26 09:05:19 -07:00
Michael Scire
047f3b653e
fs.mitm: also give choinx access to boot1 ( closes #485 )
2019-03-23 16:33:49 -07:00
Michael Scire
79244078a6
fs.mitm: make HBL web content work (verified on hw)
2019-03-22 16:54:37 -08:00
Michael Scire
fce2099d7d
fs.mitm: fix error in FsPathUtils::VerifyPath
2019-03-22 15:06:50 -07:00
Michael Scire
22d4de27f1
fs.mitm: fix null deref
2019-03-22 14:49:07 -07:00
Michael Scire
9d5ca47ac8
fs.mitm: Add Hbl Web override support, also support choinx"
2019-03-22 12:41:51 -07:00
Michael Scire
c1588d0300
fs.mitm: Implement path normalization
2019-03-22 11:52:03 -07:00
Michael Scire
b62014554c
fs.mitm: Implement SubDirectoryFileSystem
2019-03-22 11:28:09 -07:00
Michael Scire
afcaf20020
fs.mitm: ProxyFile, ProxyDirectory, ProxyFileSystem
2019-03-22 10:20:36 -07:00
Michael Scire
bcf20b4441
fs.mitm: implement ifilesystem wrapper
2019-03-22 09:51:47 -07:00
Michael Scire
c8a4a6dc58
fs.mitm: fix inverted ifile condition
2019-03-22 08:58:08 -07:00
Michael Scire
634ce933be
fs.mitm: start implementation of IFileSystem api.
2019-03-22 08:49:10 -07:00
Léo Lam
b6d3df3335
fs_mitm: Fix mismatched new[] / delete ( #389 )
...
* fs.mitm: Fix mismatched new[] / delete
Using delete instead of delete[] on a pointer given by new[] is
undefined behaviour.
For memory sources, malloc/free are used because cleaning up is tricky
when data can be either allocated with new (RomfsHeader) or new[]
(metadata).
* set.mitm: Fix mismatched new[] / delete
2019-03-08 07:25:33 -08:00
Michael Scire
66560d0a7b
fs.mitm: fix two cases of inverted logic
2019-03-07 19:53:21 -08:00
Michael Scire
e715197290
Merge fs.mitm and set.mitm.
2019-02-04 20:15:16 -08:00