Skip to content

Commit

Permalink
Update for latest ams
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Mar 31, 2024
1 parent a6c4e83 commit 0eaa01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Atmosphere-libs
Submodule Atmosphere-libs updated 58 files
+1 −0 libexosphere/include/exosphere/pkg1/pkg1_key_generation.hpp
+1 −1 libexosphere/include/exosphere/pkg2.hpp
+1 −1 libmesosphere/include/mesosphere/arch/arm64/kern_k_page_table.hpp
+1 −0 libmesosphere/include/mesosphere/arch/arm64/kern_k_page_table_impl.hpp
+4 −2 libmesosphere/include/mesosphere/arch/arm64/kern_k_process_page_table.hpp
+15 −32 libmesosphere/include/mesosphere/arch/arm64/kern_secure_monitor_base.hpp
+1 −0 libmesosphere/include/mesosphere/kern_initial_process.hpp
+1 −1 libmesosphere/include/mesosphere/kern_k_memory_block.hpp
+2 −2 libmesosphere/include/mesosphere/kern_k_memory_manager.hpp
+2 −0 libmesosphere/include/mesosphere/kern_k_page_group.hpp
+41 −28 libmesosphere/include/mesosphere/kern_k_page_table_base.hpp
+1 −1 libmesosphere/include/mesosphere/kern_k_system_control_base.hpp
+7 −0 libmesosphere/source/arch/arm64/kern_exception_handlers.cpp
+7 −5 libmesosphere/source/arch/arm64/kern_k_page_table.cpp
+9 −0 libmesosphere/source/arch/arm64/kern_k_page_table_impl.cpp
+4 −2 libmesosphere/source/arch/arm64/svc/kern_svc_handlers_asm.s
+4 −3 libmesosphere/source/board/nintendo/nx/kern_k_system_control.cpp
+127 −62 libmesosphere/source/board/nintendo/nx/kern_secure_monitor.cpp
+2 −2 libmesosphere/source/board/nintendo/nx/kern_secure_monitor.hpp
+2 −2 libmesosphere/source/kern_initial_process.cpp
+5 −0 libmesosphere/source/kern_k_capabilities.cpp
+0 −2 libmesosphere/source/kern_k_client_port.cpp
+4 −23 libmesosphere/source/kern_k_initial_process_reader.cpp
+11 −5 libmesosphere/source/kern_k_memory_manager.cpp
+52 −0 libmesosphere/source/kern_k_page_group.cpp
+371 −185 libmesosphere/source/kern_k_page_table_base.cpp
+4 −8 libmesosphere/source/kern_k_process.cpp
+2 −2 libmesosphere/source/kern_k_server_port.cpp
+3 −3 libmesosphere/source/kern_k_server_session.cpp
+1 −1 libmesosphere/source/kern_k_shared_memory.cpp
+6 −5 libmesosphere/source/kern_k_system_control_base.cpp
+4 −0 libmesosphere/source/svc/kern_svc_info.cpp
+4 −4 libmesosphere/source/svc/kern_svc_ipc.cpp
+1 −1 libmesosphere/source/svc/kern_svc_port.cpp
+12 −0 libmesosphere/source/svc/kern_svc_process.cpp
+839 −824 libstratosphere/include/stratosphere/erpt/erpt_ids.autogen.hpp
+0 −2 libstratosphere/include/stratosphere/erpt/erpt_types.hpp
+66 −12 libstratosphere/include/stratosphere/erpt/srv/erpt_srv_types.hpp
+2 −0 libstratosphere/include/stratosphere/hos/hos_types.hpp
+11 −2 libstratosphere/include/stratosphere/settings/settings_types.hpp
+1 −0 libstratosphere/include/stratosphere/spl/impl/spl_api_impl.hpp
+2 −1 libstratosphere/include/stratosphere/spl/impl/spl_es_interface.hpp
+3 −3 libstratosphere/source/erpt/srv/erpt_srv_context_record.cpp
+4 −1 libstratosphere/source/erpt/srv/erpt_srv_formatter.hpp
+2 −2 libstratosphere/source/erpt/srv/erpt_srv_main.cpp
+1 −1 libstratosphere/source/erpt/srv/erpt_srv_reporter.cpp
+1 −1 libstratosphere/source/fs/fs_romfs_filesystem.cpp
+3 −2 libstratosphere/source/fs/impl/fs_id_string_impl.os.generic.cpp
+2 −2 libstratosphere/source/fssrv/fssrv_program_registry_impl.cpp
+1 −1 libstratosphere/source/htc/server/rpc/htc_rpc_client.cpp
+22 −22 libstratosphere/source/htcs/impl/htcs_manager.cpp
+5 −4 libstratosphere/source/os/impl/os_vamm_manager_impl.os.horizon.hpp
+2 −0 libstratosphere/source/patcher/patcher_api.cpp
+4 −0 libstratosphere/source/spl/impl/spl_api_impl.cpp
+3 −3 libvapours/include/vapours/ams/ams_api_version.h
+5 −1 libvapours/include/vapours/ams/ams_target_firmware.h
+13 −8 libvapours/include/vapours/svc/svc_types_common.hpp
+2 −2 libvapours/include/vapours/svc/svc_version.hpp

0 comments on commit 0eaa01d

Please sign in to comment.