Commit Graph

87 Commits

Author SHA1 Message Date
Michael Scire
dbfcbf55c7 ams: misc fixes for merge-errors 2020-03-06 11:34:11 -08:00
Michael Scire
70f84e0511 Merge remote-tracking branch 'upstream/master' into ncm 2020-03-06 11:25:43 -08:00
Michael Scire
901bed6350 fs: modernize mount utils 2020-03-06 10:32:11 -08:00
Michael Scire
7004ad3d7f fs: improve UnsupportedOperation results 2020-03-06 09:50:59 -08:00
Michael Scire
4f4a54abda ncm: inline getlatestkey 2020-03-06 09:50:45 -08:00
Michael Scire
a9953fc805 ncm: improve meta-db accuracy 2020-03-06 09:22:04 -08:00
Michael Scire
dea664be3a fs: SystemData uses SystemDataId 2020-03-06 08:23:53 -08:00
Michael Scire
150efae91e ams.mitm: use fs bindings instead of stdio 2020-03-06 08:21:25 -08:00
Michael Scire
c4bf3adb4f ncm: refactor IDs, split types header into many headers 2020-03-06 08:07:40 -08:00
Michael Scire
96326cc304 ncm: employ kernel strats 2020-03-06 05:21:48 -08:00
Michael Scire
510a764350 ncm: fix api definitions 2020-03-06 04:37:36 -08:00
Michael Scire
06ba2ed8de ams-except-ncm: use R_SUCCEED_IF 2020-03-06 02:25:03 -08:00
Michael Scire
c7d9cd24a7 fs: implement Mount(System)Data 2020-03-05 19:02:28 -08:00
Adubbz
d52c1ee850 fs: fixed incorrect mode check 2020-03-05 23:07:52 +11:00
Michael Scire
d2f8791c8f fs: fix bug in Commit 2020-03-04 21:27:28 -08:00
Michael Scire
a397853e3b fs: add substorage, rom path tool 2020-03-04 20:49:24 -08:00
Michael Scire
f39781ec11 fsa: fix ReadFile without size output 2020-03-04 20:48:39 -08:00
Michael Scire
e96c84f1f0 ncm: minor fixes 2020-03-04 19:35:55 -08:00
Michael Scire
f4af4f8be0 ncm: use fs bindings, other refactoring 2020-03-04 18:39:52 -08:00
Michael Scire
0fe4e2950e fs: Add wrappers needed for ncm 2020-03-04 04:02:33 -08:00
Michael Scire
797815b838 kvdb: use fs:: 2020-03-04 01:46:13 -08:00
Michael Scire
e98c1dbf41 fs: add MountSdCard 2020-03-04 00:56:05 -08:00
Michael Scire
6514fb75a8 fs: implement user fs wrappers 2020-03-04 00:02:40 -08:00
Michael Scire
32f6660b7a fs: implement accessor wrappers for ncm 2020-03-03 21:52:28 -08:00
Adubbz
4e29d98e22 ncm: Use PathString and Path 2020-03-04 15:21:20 +11:00
Adubbz
cdf0445982 ncm: FS_MAX_PATH-1 -> fs::EntryNameLengthMax 2020-03-03 23:13:20 +11:00
Michael Scire
7576ab3ab0 ncm: client-side api 2020-03-03 03:47:58 -08:00
Michael Scire
d40d2006e9 ncm: implement ContentMetaReader 2020-03-02 16:10:03 -08:00
Adubbz
16cc69e38d ncm: content storage fixes for 2.0.0 2020-03-02 23:39:05 +11:00
Adubbz
651ff2faa6 ncm: fix other non-const ContentMetaKey references 2020-03-02 21:46:33 +11:00
Adubbz
8df80e62e1 ncm: Use const ContentMetaKey & 2020-03-02 21:43:06 +11:00
Adubbz
7f7a6e1304 ncm: move content meta database impl out of interface file 2020-03-02 21:40:44 +11:00
Adubbz
75ed90daa2 ncm: content meta database cleanup 2020-03-01 11:02:58 +11:00
Adubbz
9b34fc7ce7 ncm: refactor rights cache 2020-02-29 22:21:55 +11:00
Adubbz
1483df1f77 ncm/lr: Pointer placement 2020-02-29 10:31:28 +11:00
Michael Scire
9f1ddb7f7b lr_service -> lr_api 2020-02-28 03:19:58 -08:00
Michael Scire
b8f77dad97 lr: support client-side usage 2020-02-28 03:17:44 -08:00
Adubbz
64109b49f8 ncm: Start addressing feedback 2020-02-28 20:47:52 +11:00
Michael Scire
dc1404061c fs.mitm: implement layered html redirection (closes #814) 2020-02-25 16:44:36 -08:00
Adubbz
0600ee003b lr: Remove whitespace 2020-02-26 11:25:37 +11:00
Adubbz
88f9d0ff85 lr: Add comments 2020-02-26 11:12:48 +11:00
Michael Scire
bdedab0aff lr: move into libstratosphere 2020-02-25 08:43:52 -08:00
Adubbz
b6c9bf42df Address more feedback 2020-02-25 23:52:55 +11:00
Adubbz
649e708d5c Updated copyrights 2020-02-25 23:20:10 +11:00
Adubbz
a02f881ad4 Address more review comments 2020-02-25 23:10:39 +11:00
Adubbz
3b731c9bf2 ncm_types: Address review 2020-02-25 22:05:51 +11:00
Michael Scire
4f34a38a97 Add additional licensing exemption 2020-02-24 20:47:11 -08:00
Adubbz
d2ad83dbb4 Merge branch 'master' of https://github.com/Atmosphere-NX/Atmosphere into ncm 2020-02-25 15:31:15 +11:00
Michael Scire
799f94958c util/lmem: minor fixes 2020-02-24 20:28:39 -08:00
Adubbz
e71f2e0bf2 Merge branch 'master' of https://github.com/Atmosphere-NX/Atmosphere into ncm
# Conflicts:
#	libraries/libvapours/include/vapours/util.hpp
#	libraries/libvapours/include/vapours/util/util_uuid.hpp
2020-02-25 15:24:35 +11:00