123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- Atmosphere-libs/LICENSE
- Atmosphere-libs/README.md
- Atmosphere-libs/config/arch/arm64/arch.mk
- Atmosphere-libs/config/arch/arm64/cpu/cortex_a57/cpu.mk
- Atmosphere-libs/config/board/nintendo/switch/board.mk
- Atmosphere-libs/config/common.mk
- Atmosphere-libs/config/os/horizon/os.mk
- Atmosphere-libs/config/templates/mesosphere.mk
- Atmosphere-libs/config/templates/stratosphere.mk
- Atmosphere-libs/libmesosphere/README.md
- Atmosphere-libs/libmesosphere/include/mesosphere.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_page_table.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/arch/arm64/kern_cpu.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/arch/arm64/kern_cpu_system_registers.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/board/nintendo/switch/kern_k_system_control.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_elf.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_elf64.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_layout.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_page_table_select.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_common.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_initial_process.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_k_typed_address.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_panic.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_select_cpu.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_select_interrupts.hpp
- Atmosphere-libs/libmesosphere/include/mesosphere/kern_select_k_system_control.hpp
- Atmosphere-libs/libmesosphere/source/arch/arm64/kern_cpu.cpp
- Atmosphere-libs/libmesosphere/source/board/nintendo/switch/kern_k_system_control.cpp
- Atmosphere-libs/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.cpp
- Atmosphere-libs/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.hpp
- Atmosphere-libs/libmesosphere/source/init/kern_init_elf.cpp
- Atmosphere-libs/libmesosphere/source/kern_k_scoped_interrupt.cpp
- Atmosphere-libs/libmesosphere/source/kern_panic.cpp
- Atmosphere-libs/libmesosphere/source/libc/kern_libc.c
- Atmosphere-libs/libstratosphere/README.md
- Atmosphere-libs/libstratosphere/include/stratosphere.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ams.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_emummc_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_environment.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_exosphere_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/boot2.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/boot2/boot2_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/cfg.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/cfg/cfg_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/cfg/cfg_locale_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/cfg/cfg_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/dd.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/dd/dd_io_mappings.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/dd/dd_process_handle.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/dmnt.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/dmnt/dmnt_cheat_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fatal.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fatal/fatal_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_common.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_directory.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_file.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_file_storage.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_filesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_istorage.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_operate_range.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_path_tool.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_path_utils.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_query_range.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_remote_filesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_remote_storage.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fsa/fs_idirectory.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fsa/fs_ifile.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fs/fsa/fs_ifilesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssrv.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/fssrv_interface_adapters.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/fssrv_path_normalizer.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/fssrv_sf_path.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_storage_interface_adapter.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_directory_redirection_filesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_directory_savedata_filesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_path_tool.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_subdirectory_filesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_utility.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/impl/fssystem_path_resolution_filesystem.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/hid.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/hid/hid_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/hos.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/hos/hos_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/hos/hos_version_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_archive.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_auto_buffer.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_bounded_string.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_cache.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_store.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_memory_key_value_store.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ldr.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ldr/ldr_pm_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ldr/ldr_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/map.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/map/map_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/map/map_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ncm.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ncm/ncm_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_common_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_condvar.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_event.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_interrupt_event.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_managed_handle.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_memory_common.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_message_queue.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_mutex.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_process_handle.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_random.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_rw_lock.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_semaphore.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_system_event.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_thread.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_timeout_helper.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_waitable_holder.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/os/os_waitable_manager.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/patcher.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/patcher/patcher_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/pm.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_boot_mode_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_dmnt_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_info_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_shell_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/reg.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ro.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/ro/ro_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/settings.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/settings/settings_fwdbg_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/settings/settings_fwdbg_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/settings/settings_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_manager.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_service_object.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_server_message_processor.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_object_holder.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_server_domain_session_manager.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_server_manager.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_server_session_manager.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/impl/sf_impl_command_serialization.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_buffer_tags.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_buffers.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_common.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_handles.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_mitm_dispatch.h
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_out.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_service_object.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sm.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_manager_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_mitm_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_scoped_holder.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/spl.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/spl/smc/spl_smc.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/spl/spl_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/spl/spl_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/updater.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/updater/updater_api.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/updater/updater_types.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/util.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/util/util_compression.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/util/util_ini.hpp
- Atmosphere-libs/libstratosphere/include/stratosphere/util/util_tinymt.hpp
- Atmosphere-libs/libstratosphere/source/ams/ams_bpc.c
- Atmosphere-libs/libstratosphere/source/ams/ams_bpc.h
- Atmosphere-libs/libstratosphere/source/ams/ams_emummc_api.cpp
- Atmosphere-libs/libstratosphere/source/ams/ams_environment.cpp
- Atmosphere-libs/libstratosphere/source/ams/ams_exosphere_api.cpp
- Atmosphere-libs/libstratosphere/source/boot2/boot2_api.cpp
- Atmosphere-libs/libstratosphere/source/cfg/cfg_flags.cpp
- Atmosphere-libs/libstratosphere/source/cfg/cfg_override.cpp
- Atmosphere-libs/libstratosphere/source/cfg/cfg_privileged_process.cpp
- Atmosphere-libs/libstratosphere/source/cfg/cfg_sd_card.cpp
- Atmosphere-libs/libstratosphere/source/dd/dd_io_mappings.cpp
- Atmosphere-libs/libstratosphere/source/dmnt/dmntcht.c
- Atmosphere-libs/libstratosphere/source/dmnt/dmntcht.h
- Atmosphere-libs/libstratosphere/source/fs/fs_file_storage.cpp
- Atmosphere-libs/libstratosphere/source/fs/fs_path_tool.cpp
- Atmosphere-libs/libstratosphere/source/fs/fs_path_utils.cpp
- Atmosphere-libs/libstratosphere/source/fssrv/fssrv_filesystem_interface_adapter.cpp
- Atmosphere-libs/libstratosphere/source/fssrv/fssrv_path_normalizer.cpp
- Atmosphere-libs/libstratosphere/source/fssrv/fssrv_storage_interface_adapter.cpp
- Atmosphere-libs/libstratosphere/source/fssystem/fssystem_directory_redirection_filesystem.cpp
- Atmosphere-libs/libstratosphere/source/fssystem/fssystem_directory_savedata_filesystem.cpp
- Atmosphere-libs/libstratosphere/source/fssystem/fssystem_subdirectory_filesystem.cpp
- Atmosphere-libs/libstratosphere/source/fssystem/fssystem_utility.cpp
- Atmosphere-libs/libstratosphere/source/hid/hid_api.cpp
- Atmosphere-libs/libstratosphere/source/hos/hos_version_api.cpp
- Atmosphere-libs/libstratosphere/source/kvdb/kvdb_archive.cpp
- Atmosphere-libs/libstratosphere/source/kvdb/kvdb_file_key_value_store.cpp
- Atmosphere-libs/libstratosphere/source/ldr/ldr_ams.c
- Atmosphere-libs/libstratosphere/source/ldr/ldr_ams.h
- Atmosphere-libs/libstratosphere/source/ldr/ldr_pm_api.cpp
- Atmosphere-libs/libstratosphere/source/map/map_api.cpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_inter_process_event.cpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_inter_process_event.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_random_impl.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_random_impl.os.horizon.cpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_base.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_impl.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_event.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_handle.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_inter_process_event.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_interrupt_event.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_message_queue.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_semaphore.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_thread.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_manager_impl.cpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_manager_impl.hpp
- Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_object_list.hpp
- Atmosphere-libs/libstratosphere/source/os/os_event.cpp
- Atmosphere-libs/libstratosphere/source/os/os_interrupt_event.cpp
- Atmosphere-libs/libstratosphere/source/os/os_message_queue.cpp
- Atmosphere-libs/libstratosphere/source/os/os_process_handle.cpp
- Atmosphere-libs/libstratosphere/source/os/os_random.cpp
- Atmosphere-libs/libstratosphere/source/os/os_semaphore.cpp
- Atmosphere-libs/libstratosphere/source/os/os_system_event.cpp
- Atmosphere-libs/libstratosphere/source/os/os_waitable_holder.cpp
- Atmosphere-libs/libstratosphere/source/os/os_waitable_manager.cpp
- Atmosphere-libs/libstratosphere/source/patcher/patcher_api.cpp
- Atmosphere-libs/libstratosphere/source/pm/pm_ams.c
- Atmosphere-libs/libstratosphere/source/pm/pm_ams.h
- Atmosphere-libs/libstratosphere/source/pm/pm_boot_mode_api.cpp
- Atmosphere-libs/libstratosphere/source/pm/pm_dmnt_api.cpp
- Atmosphere-libs/libstratosphere/source/pm/pm_info_api.cpp
- Atmosphere-libs/libstratosphere/source/pm/pm_shell_api.cpp
- Atmosphere-libs/libstratosphere/source/result/result_on_assertion.cpp
- Atmosphere-libs/libstratosphere/source/service_guard.h
- Atmosphere-libs/libstratosphere/source/settings/settings_fwdbg_api.cpp
- Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_domain_manager.cpp
- Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_domain_service_object.cpp
- Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_service_dispatch.cpp
- Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_service_object_holder.cpp
- Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_api.cpp
- Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_mitm_query_api.cpp
- Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_mitm_query_api.hpp
- Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_server_domain_session_manager.cpp
- Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_server_manager.cpp
- Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_server_session_manager.cpp
- Atmosphere-libs/libstratosphere/source/sm/sm_ams.c
- Atmosphere-libs/libstratosphere/source/sm/sm_ams.h
- Atmosphere-libs/libstratosphere/source/sm/sm_api.cpp
- Atmosphere-libs/libstratosphere/source/sm/sm_manager_api.cpp
- Atmosphere-libs/libstratosphere/source/sm/sm_mitm_api.cpp
- Atmosphere-libs/libstratosphere/source/sm/sm_utils.cpp
- Atmosphere-libs/libstratosphere/source/sm/sm_utils.hpp
- Atmosphere-libs/libstratosphere/source/sm/smm_ams.c
- Atmosphere-libs/libstratosphere/source/sm/smm_ams.h
- Atmosphere-libs/libstratosphere/source/spl/smc/spl_smc.cpp
- Atmosphere-libs/libstratosphere/source/spl/spl_api.cpp
- Atmosphere-libs/libstratosphere/source/updater/updater_api.cpp
- Atmosphere-libs/libstratosphere/source/updater/updater_bis_management.cpp
- Atmosphere-libs/libstratosphere/source/updater/updater_bis_management.hpp
- Atmosphere-libs/libstratosphere/source/updater/updater_bis_save.cpp
- Atmosphere-libs/libstratosphere/source/updater/updater_bis_save.hpp
- Atmosphere-libs/libstratosphere/source/updater/updater_files.cpp
- Atmosphere-libs/libstratosphere/source/updater/updater_files.hpp
- Atmosphere-libs/libstratosphere/source/updater/updater_paths.cpp
- Atmosphere-libs/libstratosphere/source/updater/updater_paths.hpp
- Atmosphere-libs/libstratosphere/source/util/ini.c
- Atmosphere-libs/libstratosphere/source/util/ini.h
- Atmosphere-libs/libstratosphere/source/util/lz4.c
- Atmosphere-libs/libstratosphere/source/util/lz4.h
- Atmosphere-libs/libstratosphere/source/util/util_compression.cpp
- Atmosphere-libs/libstratosphere/source/util/util_ini.cpp
- Atmosphere-libs/libstratosphere/source/util/util_tinymt.cpp
- Atmosphere-libs/libvapours/include/freebsd/sys/tree.h
- Atmosphere-libs/libvapours/include/vapours.hpp
- Atmosphere-libs/libvapours/include/vapours/ams/ams_api_version.h
- Atmosphere-libs/libvapours/include/vapours/ams/ams_target_firmware.h
- Atmosphere-libs/libvapours/include/vapours/ams_version.h
- Atmosphere-libs/libvapours/include/vapours/defines.hpp
- Atmosphere-libs/libvapours/include/vapours/includes.hpp
- Atmosphere-libs/libvapours/include/vapours/literals.hpp
- Atmosphere-libs/libvapours/include/vapours/results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/cal_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/creport_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/debug_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/dmnt_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/err_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/exosphere_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/fatal_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/fs_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/hipc_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/i2c_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/kvdb_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/loader_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/lr_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/ncm_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/os_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/pm_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/results_common.hpp
- Atmosphere-libs/libvapours/include/vapours/results/ro_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/settings_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/sf_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/sm_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/spl_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/svc_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/updater_results.hpp
- Atmosphere-libs/libvapours/include/vapours/results/vi_results.hpp
- Atmosphere-libs/libvapours/include/vapours/svc.hpp
- Atmosphere-libs/libvapours/include/vapours/svc/svc_types.hpp
- Atmosphere-libs/libvapours/include/vapours/types.hpp
- Atmosphere-libs/libvapours/include/vapours/util.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_alignment.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_bitpack.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_fourcc.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_intrusive_list.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_intrusive_red_black_tree.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_parent_of_member.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_scope_guard.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_size.hpp
- Atmosphere-libs/libvapours/include/vapours/util/util_typed_storage.hpp
- Makefile
- libs/libtesla/LICENSE
- libs/libtesla/README.md
- libs/libtesla/example/source/main.cpp
- libs/libtesla/include/stb_truetype.h
- libs/libtesla/include/tesla.hpp
- libs/libtesla/resources/ovl_cheats.jpg
- libs/libtesla/resources/ovl_stats.jpg
- source/constants.h
- source/main.cpp
- source/mini-tlac.cpp
- source/mini-tlac.h
- source/structs.h
|