Skip to content

Commit

Permalink
build: update Atmosphere-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 authored Dec 3, 2021
1 parent b2933a1 commit 938d0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atmosphere-libs
Submodule Atmosphere-libs updated 67 files
+11 −0 config/arch/armv4t/arch.mk
+11 −0 config/arch/armv8a/arch.mk
+32 −2 config/common.mk
+3 −0 libmesosphere/include/mesosphere/arch/arm64/kern_assembly_offsets.h
+6 −0 libmesosphere/include/mesosphere/kern_build_config.hpp
+1 −2 libmesosphere/include/mesosphere/kern_k_scheduler.hpp
+13 −6 libmesosphere/include/mesosphere/kern_k_thread.hpp
+1 −1 libmesosphere/source/arch/arm64/svc/kern_svc_exception_asm.s
+0 −17 libmesosphere/source/arch/arm64/svc/kern_svc_light_ipc_asm.s
+1 −1 libmesosphere/source/arch/arm64/svc/kern_svc_tables.cpp
+2 −2 libmesosphere/source/board/nintendo/nx/kern_k_device_page_table.cpp
+4 −4 libmesosphere/source/board/nintendo/nx/kern_k_system_control.cpp
+2 −1 libmesosphere/source/kern_k_memory_block_manager.cpp
+2 −2 libmesosphere/source/kern_k_memory_layout.board.nintendo_nx.cpp
+6 −6 libmesosphere/source/kern_k_page_table_base.cpp
+1 −1 libmesosphere/source/kern_k_process.cpp
+11 −15 libmesosphere/source/kern_k_scheduler.cpp
+5 −5 libmesosphere/source/kern_k_server_session.cpp
+3 −3 libmesosphere/source/kern_k_system_control_base.cpp
+1 −5 libmesosphere/source/kern_k_thread.cpp
+1 −1 libmesosphere/source/svc/kern_svc_address_translation.cpp
+100 −69 libmesosphere/source/svc/kern_svc_info.cpp
+5 −5 libmesosphere/source/svc/kern_svc_ipc.cpp
+1 −1 libmesosphere/source/svc/kern_svc_process.cpp
+1 −0 libstratosphere/include/stratosphere/ams/impl/ams_system_thread_definitions.hpp
+5 −5 libstratosphere/include/stratosphere/fssystem/fssystem_utility.hpp
+2 −0 libstratosphere/include/stratosphere/hos/hos_types.hpp
+21 −25 libstratosphere/include/stratosphere/settings/settings_types.hpp
+2 −2 libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_manager.hpp
+3 −3 libstratosphere/include/stratosphere/sf/sf_lmem_utility.hpp
+2 −2 libstratosphere/include/stratosphere/sf/sf_mem_utility.hpp
+1 −1 libstratosphere/include/stratosphere/sf/sf_object_impl_factory.hpp
+2 −2 libstratosphere/include/stratosphere/sm/sm_types.hpp
+1 −0 libstratosphere/include/stratosphere/socket/socket_api.hpp
+38 −0 libstratosphere/include/stratosphere/socket/socket_system_config.hpp
+1 −1 libstratosphere/include/stratosphere/spl/impl/spl_api_impl.hpp
+1 −1 libstratosphere/include/stratosphere/time/time_calendar_time.hpp
+16 −0 libstratosphere/include/stratosphere/tipc/impl/tipc_autogen_interface_macros.hpp
+5 −2 libstratosphere/include/stratosphere/tipc/impl/tipc_impl_command_serialization.hpp
+53 −14 libstratosphere/include/stratosphere/tipc/tipc_deferral_manager.hpp
+2 −2 libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp
+9 −0 libstratosphere/source/boot2/boot2_api.cpp
+2 −3 libstratosphere/source/fs/fs_save_data_management.cpp
+1 −1 libstratosphere/source/htclow/ctrl/htclow_ctrl_state_machine.cpp
+1 −1 libstratosphere/source/ncm/ncm_content_meta_database_impl.cpp
+20 −0 libstratosphere/source/os/impl/os_thread_manager_impl.os.horizon.cpp
+3 −3 libstratosphere/source/osdbg/impl/osdbg_thread_local_region.os.horizon.hpp
+2 −2 libstratosphere/source/osdbg/osdbg_thread.cpp
+1 −0 libstratosphere/source/socket/impl/socket_api.hpp
+18 −0 libstratosphere/source/socket/impl/socket_api.os.horizon.cpp
+4 −0 libstratosphere/source/socket/socket_api.cpp
+5 −3 libstratosphere/source/spl/impl/spl_api_impl.cpp
+4 −4 libstratosphere/source/sprofile/srv/sprofile_srv_i_service_for_bg_agent.hpp
+4 −0 libstratosphere/source/sprofile/srv/sprofile_srv_profile_importer_impl.hpp
+15 −1 libstratosphere/source/sprofile/srv/sprofile_srv_profile_manager.cpp
+2 −0 libstratosphere/source/sprofile/srv/sprofile_srv_profile_manager.hpp
+13 −6 libstratosphere/source/sprofile/srv/sprofile_srv_service_for_bg_agent.cpp
+1 −1 libstratosphere/source/sprofile/srv/sprofile_srv_service_for_bg_agent.hpp
+41 −6 libstratosphere/source/sprofile/srv/sprofile_srv_types.hpp
+2 −2 libvapours/include/vapours/ams/ams_api_version.h
+3 −1 libvapours/include/vapours/ams/ams_target_firmware.h
+5 −1 libvapours/include/vapours/results/results_common.hpp
+7 −2 libvapours/include/vapours/svc/svc_types_common.hpp
+1 −1 libvapours/include/vapours/util/util_intrusive_red_black_tree.hpp
+1 −1 libvapours/include/vapours/util/util_optional.hpp
+6 −6 libvapours/include/vapours/util/util_string_view.hpp
+1 −1 libvapours/source/crypto/impl/crypto_md5_impl.cpp

0 comments on commit 938d0b4

Please sign in to comment.