Skip to content

Commit

Permalink
submodule: bump Atmosphere-libs from b1607dc to c3dc418
Browse files Browse the repository at this point in the history
Bumps [Atmosphere-libs](https://github.com/Atmosphere-NX/Atmosphere-libs) from `b1607dc` to `c3dc418`.
- [Commits](Atmosphere-NX/Atmosphere-libs@b1607dc...c3dc418)

---
updated-dependencies:
- dependency-name: Atmosphere-libs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and spacemeowx2 committed Sep 4, 2023
1 parent b98d2c6 commit fb08036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atmosphere-libs
Submodule Atmosphere-libs updated 32 files
+2 −2 libmesosphere/include/mesosphere/kern_k_auto_object.hpp
+19 −4 libmesosphere/include/mesosphere/kern_k_page_table_base.hpp
+0 −4 libmesosphere/include/mesosphere/kern_k_typed_address.hpp
+2 −1 libmesosphere/include/mesosphere/kern_slab_helpers.hpp
+10 −10 libmesosphere/source/board/nintendo/nx/kern_k_device_page_table.cpp
+17 −10 libmesosphere/source/kern_k_page_table_base.cpp
+4 −4 libmesosphere/source/svc/kern_svc_cache.cpp
+1 −1 libmesosphere/source/svc/kern_svc_physical_memory.cpp
+1 −0 libstratosphere/include/stratosphere.hpp
+1 −1 libstratosphere/include/stratosphere/fssystem/fssystem_bucket_tree.hpp
+3 −3 libstratosphere/include/stratosphere/fssystem/fssystem_compressed_storage.hpp
+33 −33 libstratosphere/include/stratosphere/fssystem/fssystem_sparse_storage.hpp
+4 −0 libstratosphere/include/stratosphere/hos/hos_types.hpp
+20 −0 libstratosphere/include/stratosphere/mitm.hpp
+27 −0 libstratosphere/include/stratosphere/mitm/impl/mitm_pm_interface.hpp
+29 −0 libstratosphere/include/stratosphere/mitm/mitm_pm_api.hpp
+24 −23 libstratosphere/include/stratosphere/pm/impl/pm_shell_interface.hpp
+1 −1 libstratosphere/source/fssystem/fssystem_aes_ctr_counter_extended_storage.cpp
+2 −2 libstratosphere/source/fssystem/fssystem_bucket_tree.cpp
+1 −1 libstratosphere/source/fssystem/fssystem_indirect_storage.cpp
+1 −1 libstratosphere/source/fssystem/fssystem_nca_file_system_driver.cpp
+1 −1 libstratosphere/source/fssystem/fssystem_nca_reader.cpp
+44 −0 libstratosphere/source/mitm/mitm_pm.os.horizon.c
+37 −0 libstratosphere/source/mitm/mitm_pm.os.horizon.h
+39 −0 libstratosphere/source/mitm/mitm_pm_api.cpp
+1 −0 libstratosphere/source/pm/pm_shell_api.cpp
+2 −2 libstratosphere/source/sf/hipc/sf_hipc_server_domain_session_manager.cpp
+2 −2 libvapours/include/vapours/ams/ams_api_version.h
+9 −1 libvapours/include/vapours/ams/ams_target_firmware.h
+3 −2 libvapours/include/vapours/results/fs_results.hpp
+0 −8 libvapours/include/vapours/util/util_intrusive_list.hpp
+0 −8 libvapours/include/vapours/util/util_intrusive_red_black_tree.hpp

0 comments on commit fb08036

Please sign in to comment.