mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 03:36:52 -04:00
boot2: update for 16.0.0
This commit is contained in:
parent
cb89c66bd8
commit
e46e7e0eb1
15 changed files with 68 additions and 11 deletions
|
@ -114,6 +114,10 @@ namespace ams::ncm {
|
|||
R_RETURN(g_content_manager->InvalidateRightsIdCache());
|
||||
}
|
||||
|
||||
Result ActivateFsContentStorage(fs::ContentStorageId fs_content_storage_id) {
|
||||
R_RETURN(g_content_manager->ActivateFsContentStorage(fs_content_storage_id));
|
||||
}
|
||||
|
||||
/* Deprecated API. */
|
||||
Result CloseContentStorageForcibly(StorageId storage_id) {
|
||||
AMS_ABORT_UNLESS(hos::GetVersion() == hos::Version_1_0_0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue