m39ol.files 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. Atmosphere-libs/LICENSE
  2. Atmosphere-libs/README.md
  3. Atmosphere-libs/config/arch/arm64/arch.mk
  4. Atmosphere-libs/config/arch/arm64/cpu/cortex_a57/cpu.mk
  5. Atmosphere-libs/config/board/nintendo/switch/board.mk
  6. Atmosphere-libs/config/common.mk
  7. Atmosphere-libs/config/os/horizon/os.mk
  8. Atmosphere-libs/config/templates/mesosphere.mk
  9. Atmosphere-libs/config/templates/stratosphere.mk
  10. Atmosphere-libs/libmesosphere/README.md
  11. Atmosphere-libs/libmesosphere/include/mesosphere.hpp
  12. Atmosphere-libs/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_page_table.hpp
  13. Atmosphere-libs/libmesosphere/include/mesosphere/arch/arm64/kern_cpu.hpp
  14. Atmosphere-libs/libmesosphere/include/mesosphere/arch/arm64/kern_cpu_system_registers.hpp
  15. Atmosphere-libs/libmesosphere/include/mesosphere/board/nintendo/switch/kern_k_system_control.hpp
  16. Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_elf.hpp
  17. Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_elf64.hpp
  18. Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_layout.hpp
  19. Atmosphere-libs/libmesosphere/include/mesosphere/init/kern_init_page_table_select.hpp
  20. Atmosphere-libs/libmesosphere/include/mesosphere/kern_common.hpp
  21. Atmosphere-libs/libmesosphere/include/mesosphere/kern_initial_process.hpp
  22. Atmosphere-libs/libmesosphere/include/mesosphere/kern_k_typed_address.hpp
  23. Atmosphere-libs/libmesosphere/include/mesosphere/kern_panic.hpp
  24. Atmosphere-libs/libmesosphere/include/mesosphere/kern_select_cpu.hpp
  25. Atmosphere-libs/libmesosphere/include/mesosphere/kern_select_interrupts.hpp
  26. Atmosphere-libs/libmesosphere/include/mesosphere/kern_select_k_system_control.hpp
  27. Atmosphere-libs/libmesosphere/source/arch/arm64/kern_cpu.cpp
  28. Atmosphere-libs/libmesosphere/source/board/nintendo/switch/kern_k_system_control.cpp
  29. Atmosphere-libs/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.cpp
  30. Atmosphere-libs/libmesosphere/source/board/nintendo/switch/kern_secure_monitor.hpp
  31. Atmosphere-libs/libmesosphere/source/init/kern_init_elf.cpp
  32. Atmosphere-libs/libmesosphere/source/kern_k_scoped_interrupt.cpp
  33. Atmosphere-libs/libmesosphere/source/kern_panic.cpp
  34. Atmosphere-libs/libmesosphere/source/libc/kern_libc.c
  35. Atmosphere-libs/libstratosphere/README.md
  36. Atmosphere-libs/libstratosphere/include/stratosphere.hpp
  37. Atmosphere-libs/libstratosphere/include/stratosphere/ams.hpp
  38. Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_emummc_api.hpp
  39. Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_environment.hpp
  40. Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_exosphere_api.hpp
  41. Atmosphere-libs/libstratosphere/include/stratosphere/ams/ams_types.hpp
  42. Atmosphere-libs/libstratosphere/include/stratosphere/boot2.hpp
  43. Atmosphere-libs/libstratosphere/include/stratosphere/boot2/boot2_api.hpp
  44. Atmosphere-libs/libstratosphere/include/stratosphere/cfg.hpp
  45. Atmosphere-libs/libstratosphere/include/stratosphere/cfg/cfg_api.hpp
  46. Atmosphere-libs/libstratosphere/include/stratosphere/cfg/cfg_locale_types.hpp
  47. Atmosphere-libs/libstratosphere/include/stratosphere/cfg/cfg_types.hpp
  48. Atmosphere-libs/libstratosphere/include/stratosphere/dd.hpp
  49. Atmosphere-libs/libstratosphere/include/stratosphere/dd/dd_io_mappings.hpp
  50. Atmosphere-libs/libstratosphere/include/stratosphere/dd/dd_process_handle.hpp
  51. Atmosphere-libs/libstratosphere/include/stratosphere/dmnt.hpp
  52. Atmosphere-libs/libstratosphere/include/stratosphere/dmnt/dmnt_cheat_types.hpp
  53. Atmosphere-libs/libstratosphere/include/stratosphere/fatal.hpp
  54. Atmosphere-libs/libstratosphere/include/stratosphere/fatal/fatal_types.hpp
  55. Atmosphere-libs/libstratosphere/include/stratosphere/fs.hpp
  56. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_common.hpp
  57. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_directory.hpp
  58. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_file.hpp
  59. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_file_storage.hpp
  60. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_filesystem.hpp
  61. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_istorage.hpp
  62. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_operate_range.hpp
  63. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_path_tool.hpp
  64. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_path_utils.hpp
  65. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_query_range.hpp
  66. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_remote_filesystem.hpp
  67. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fs_remote_storage.hpp
  68. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fsa/fs_idirectory.hpp
  69. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fsa/fs_ifile.hpp
  70. Atmosphere-libs/libstratosphere/include/stratosphere/fs/fsa/fs_ifilesystem.hpp
  71. Atmosphere-libs/libstratosphere/include/stratosphere/fssrv.hpp
  72. Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/fssrv_interface_adapters.hpp
  73. Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/fssrv_path_normalizer.hpp
  74. Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/fssrv_sf_path.hpp
  75. Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp
  76. Atmosphere-libs/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_storage_interface_adapter.hpp
  77. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem.hpp
  78. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_directory_redirection_filesystem.hpp
  79. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_directory_savedata_filesystem.hpp
  80. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_path_tool.hpp
  81. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_subdirectory_filesystem.hpp
  82. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/fssystem_utility.hpp
  83. Atmosphere-libs/libstratosphere/include/stratosphere/fssystem/impl/fssystem_path_resolution_filesystem.hpp
  84. Atmosphere-libs/libstratosphere/include/stratosphere/hid.hpp
  85. Atmosphere-libs/libstratosphere/include/stratosphere/hid/hid_api.hpp
  86. Atmosphere-libs/libstratosphere/include/stratosphere/hos.hpp
  87. Atmosphere-libs/libstratosphere/include/stratosphere/hos/hos_types.hpp
  88. Atmosphere-libs/libstratosphere/include/stratosphere/hos/hos_version_api.hpp
  89. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb.hpp
  90. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_archive.hpp
  91. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_auto_buffer.hpp
  92. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_bounded_string.hpp
  93. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_cache.hpp
  94. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_store.hpp
  95. Atmosphere-libs/libstratosphere/include/stratosphere/kvdb/kvdb_memory_key_value_store.hpp
  96. Atmosphere-libs/libstratosphere/include/stratosphere/ldr.hpp
  97. Atmosphere-libs/libstratosphere/include/stratosphere/ldr/ldr_pm_api.hpp
  98. Atmosphere-libs/libstratosphere/include/stratosphere/ldr/ldr_types.hpp
  99. Atmosphere-libs/libstratosphere/include/stratosphere/map.hpp
  100. Atmosphere-libs/libstratosphere/include/stratosphere/map/map_api.hpp
  101. Atmosphere-libs/libstratosphere/include/stratosphere/map/map_types.hpp
  102. Atmosphere-libs/libstratosphere/include/stratosphere/ncm.hpp
  103. Atmosphere-libs/libstratosphere/include/stratosphere/ncm/ncm_types.hpp
  104. Atmosphere-libs/libstratosphere/include/stratosphere/os.hpp
  105. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_common_types.hpp
  106. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_condvar.hpp
  107. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_event.hpp
  108. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_interrupt_event.hpp
  109. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_managed_handle.hpp
  110. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_memory_common.hpp
  111. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_message_queue.hpp
  112. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_mutex.hpp
  113. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_process_handle.hpp
  114. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_random.hpp
  115. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_rw_lock.hpp
  116. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_semaphore.hpp
  117. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_system_event.hpp
  118. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_thread.hpp
  119. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_timeout_helper.hpp
  120. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_waitable_holder.hpp
  121. Atmosphere-libs/libstratosphere/include/stratosphere/os/os_waitable_manager.hpp
  122. Atmosphere-libs/libstratosphere/include/stratosphere/patcher.hpp
  123. Atmosphere-libs/libstratosphere/include/stratosphere/patcher/patcher_api.hpp
  124. Atmosphere-libs/libstratosphere/include/stratosphere/pm.hpp
  125. Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_boot_mode_api.hpp
  126. Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_dmnt_api.hpp
  127. Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_info_api.hpp
  128. Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_shell_api.hpp
  129. Atmosphere-libs/libstratosphere/include/stratosphere/pm/pm_types.hpp
  130. Atmosphere-libs/libstratosphere/include/stratosphere/reg.hpp
  131. Atmosphere-libs/libstratosphere/include/stratosphere/ro.hpp
  132. Atmosphere-libs/libstratosphere/include/stratosphere/ro/ro_types.hpp
  133. Atmosphere-libs/libstratosphere/include/stratosphere/settings.hpp
  134. Atmosphere-libs/libstratosphere/include/stratosphere/settings/settings_fwdbg_api.hpp
  135. Atmosphere-libs/libstratosphere/include/stratosphere/settings/settings_fwdbg_types.hpp
  136. Atmosphere-libs/libstratosphere/include/stratosphere/settings/settings_types.hpp
  137. Atmosphere-libs/libstratosphere/include/stratosphere/sf.hpp
  138. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_api.hpp
  139. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_manager.hpp
  140. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_domain_service_object.hpp
  141. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp
  142. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_server_message_processor.hpp
  143. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp
  144. Atmosphere-libs/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_object_holder.hpp
  145. Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_api.hpp
  146. Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_server_domain_session_manager.hpp
  147. Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_server_manager.hpp
  148. Atmosphere-libs/libstratosphere/include/stratosphere/sf/hipc/sf_hipc_server_session_manager.hpp
  149. Atmosphere-libs/libstratosphere/include/stratosphere/sf/impl/sf_impl_command_serialization.hpp
  150. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_buffer_tags.hpp
  151. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_buffers.hpp
  152. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_common.hpp
  153. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_handles.hpp
  154. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_mitm_dispatch.h
  155. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_out.hpp
  156. Atmosphere-libs/libstratosphere/include/stratosphere/sf/sf_service_object.hpp
  157. Atmosphere-libs/libstratosphere/include/stratosphere/sm.hpp
  158. Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_api.hpp
  159. Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_manager_api.hpp
  160. Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_mitm_api.hpp
  161. Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_scoped_holder.hpp
  162. Atmosphere-libs/libstratosphere/include/stratosphere/sm/sm_types.hpp
  163. Atmosphere-libs/libstratosphere/include/stratosphere/spl.hpp
  164. Atmosphere-libs/libstratosphere/include/stratosphere/spl/smc/spl_smc.hpp
  165. Atmosphere-libs/libstratosphere/include/stratosphere/spl/spl_api.hpp
  166. Atmosphere-libs/libstratosphere/include/stratosphere/spl/spl_types.hpp
  167. Atmosphere-libs/libstratosphere/include/stratosphere/updater.hpp
  168. Atmosphere-libs/libstratosphere/include/stratosphere/updater/updater_api.hpp
  169. Atmosphere-libs/libstratosphere/include/stratosphere/updater/updater_types.hpp
  170. Atmosphere-libs/libstratosphere/include/stratosphere/util.hpp
  171. Atmosphere-libs/libstratosphere/include/stratosphere/util/util_compression.hpp
  172. Atmosphere-libs/libstratosphere/include/stratosphere/util/util_ini.hpp
  173. Atmosphere-libs/libstratosphere/include/stratosphere/util/util_tinymt.hpp
  174. Atmosphere-libs/libstratosphere/source/ams/ams_bpc.c
  175. Atmosphere-libs/libstratosphere/source/ams/ams_bpc.h
  176. Atmosphere-libs/libstratosphere/source/ams/ams_emummc_api.cpp
  177. Atmosphere-libs/libstratosphere/source/ams/ams_environment.cpp
  178. Atmosphere-libs/libstratosphere/source/ams/ams_exosphere_api.cpp
  179. Atmosphere-libs/libstratosphere/source/boot2/boot2_api.cpp
  180. Atmosphere-libs/libstratosphere/source/cfg/cfg_flags.cpp
  181. Atmosphere-libs/libstratosphere/source/cfg/cfg_override.cpp
  182. Atmosphere-libs/libstratosphere/source/cfg/cfg_privileged_process.cpp
  183. Atmosphere-libs/libstratosphere/source/cfg/cfg_sd_card.cpp
  184. Atmosphere-libs/libstratosphere/source/dd/dd_io_mappings.cpp
  185. Atmosphere-libs/libstratosphere/source/dmnt/dmntcht.c
  186. Atmosphere-libs/libstratosphere/source/dmnt/dmntcht.h
  187. Atmosphere-libs/libstratosphere/source/fs/fs_file_storage.cpp
  188. Atmosphere-libs/libstratosphere/source/fs/fs_path_tool.cpp
  189. Atmosphere-libs/libstratosphere/source/fs/fs_path_utils.cpp
  190. Atmosphere-libs/libstratosphere/source/fssrv/fssrv_filesystem_interface_adapter.cpp
  191. Atmosphere-libs/libstratosphere/source/fssrv/fssrv_path_normalizer.cpp
  192. Atmosphere-libs/libstratosphere/source/fssrv/fssrv_storage_interface_adapter.cpp
  193. Atmosphere-libs/libstratosphere/source/fssystem/fssystem_directory_redirection_filesystem.cpp
  194. Atmosphere-libs/libstratosphere/source/fssystem/fssystem_directory_savedata_filesystem.cpp
  195. Atmosphere-libs/libstratosphere/source/fssystem/fssystem_subdirectory_filesystem.cpp
  196. Atmosphere-libs/libstratosphere/source/fssystem/fssystem_utility.cpp
  197. Atmosphere-libs/libstratosphere/source/hid/hid_api.cpp
  198. Atmosphere-libs/libstratosphere/source/hos/hos_version_api.cpp
  199. Atmosphere-libs/libstratosphere/source/kvdb/kvdb_archive.cpp
  200. Atmosphere-libs/libstratosphere/source/kvdb/kvdb_file_key_value_store.cpp
  201. Atmosphere-libs/libstratosphere/source/ldr/ldr_ams.c
  202. Atmosphere-libs/libstratosphere/source/ldr/ldr_ams.h
  203. Atmosphere-libs/libstratosphere/source/ldr/ldr_pm_api.cpp
  204. Atmosphere-libs/libstratosphere/source/map/map_api.cpp
  205. Atmosphere-libs/libstratosphere/source/os/impl/os_inter_process_event.cpp
  206. Atmosphere-libs/libstratosphere/source/os/impl/os_inter_process_event.hpp
  207. Atmosphere-libs/libstratosphere/source/os/impl/os_random_impl.hpp
  208. Atmosphere-libs/libstratosphere/source/os/impl/os_random_impl.os.horizon.cpp
  209. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_base.hpp
  210. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_impl.hpp
  211. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_event.hpp
  212. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_handle.hpp
  213. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_inter_process_event.hpp
  214. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_interrupt_event.hpp
  215. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_message_queue.hpp
  216. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_semaphore.hpp
  217. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_holder_of_thread.hpp
  218. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_manager_impl.cpp
  219. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_manager_impl.hpp
  220. Atmosphere-libs/libstratosphere/source/os/impl/os_waitable_object_list.hpp
  221. Atmosphere-libs/libstratosphere/source/os/os_event.cpp
  222. Atmosphere-libs/libstratosphere/source/os/os_interrupt_event.cpp
  223. Atmosphere-libs/libstratosphere/source/os/os_message_queue.cpp
  224. Atmosphere-libs/libstratosphere/source/os/os_process_handle.cpp
  225. Atmosphere-libs/libstratosphere/source/os/os_random.cpp
  226. Atmosphere-libs/libstratosphere/source/os/os_semaphore.cpp
  227. Atmosphere-libs/libstratosphere/source/os/os_system_event.cpp
  228. Atmosphere-libs/libstratosphere/source/os/os_waitable_holder.cpp
  229. Atmosphere-libs/libstratosphere/source/os/os_waitable_manager.cpp
  230. Atmosphere-libs/libstratosphere/source/patcher/patcher_api.cpp
  231. Atmosphere-libs/libstratosphere/source/pm/pm_ams.c
  232. Atmosphere-libs/libstratosphere/source/pm/pm_ams.h
  233. Atmosphere-libs/libstratosphere/source/pm/pm_boot_mode_api.cpp
  234. Atmosphere-libs/libstratosphere/source/pm/pm_dmnt_api.cpp
  235. Atmosphere-libs/libstratosphere/source/pm/pm_info_api.cpp
  236. Atmosphere-libs/libstratosphere/source/pm/pm_shell_api.cpp
  237. Atmosphere-libs/libstratosphere/source/result/result_on_assertion.cpp
  238. Atmosphere-libs/libstratosphere/source/service_guard.h
  239. Atmosphere-libs/libstratosphere/source/settings/settings_fwdbg_api.cpp
  240. Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_domain_manager.cpp
  241. Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_domain_service_object.cpp
  242. Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_service_dispatch.cpp
  243. Atmosphere-libs/libstratosphere/source/sf/cmif/sf_cmif_service_object_holder.cpp
  244. Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_api.cpp
  245. Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_mitm_query_api.cpp
  246. Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_mitm_query_api.hpp
  247. Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_server_domain_session_manager.cpp
  248. Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_server_manager.cpp
  249. Atmosphere-libs/libstratosphere/source/sf/hipc/sf_hipc_server_session_manager.cpp
  250. Atmosphere-libs/libstratosphere/source/sm/sm_ams.c
  251. Atmosphere-libs/libstratosphere/source/sm/sm_ams.h
  252. Atmosphere-libs/libstratosphere/source/sm/sm_api.cpp
  253. Atmosphere-libs/libstratosphere/source/sm/sm_manager_api.cpp
  254. Atmosphere-libs/libstratosphere/source/sm/sm_mitm_api.cpp
  255. Atmosphere-libs/libstratosphere/source/sm/sm_utils.cpp
  256. Atmosphere-libs/libstratosphere/source/sm/sm_utils.hpp
  257. Atmosphere-libs/libstratosphere/source/sm/smm_ams.c
  258. Atmosphere-libs/libstratosphere/source/sm/smm_ams.h
  259. Atmosphere-libs/libstratosphere/source/spl/smc/spl_smc.cpp
  260. Atmosphere-libs/libstratosphere/source/spl/spl_api.cpp
  261. Atmosphere-libs/libstratosphere/source/updater/updater_api.cpp
  262. Atmosphere-libs/libstratosphere/source/updater/updater_bis_management.cpp
  263. Atmosphere-libs/libstratosphere/source/updater/updater_bis_management.hpp
  264. Atmosphere-libs/libstratosphere/source/updater/updater_bis_save.cpp
  265. Atmosphere-libs/libstratosphere/source/updater/updater_bis_save.hpp
  266. Atmosphere-libs/libstratosphere/source/updater/updater_files.cpp
  267. Atmosphere-libs/libstratosphere/source/updater/updater_files.hpp
  268. Atmosphere-libs/libstratosphere/source/updater/updater_paths.cpp
  269. Atmosphere-libs/libstratosphere/source/updater/updater_paths.hpp
  270. Atmosphere-libs/libstratosphere/source/util/ini.c
  271. Atmosphere-libs/libstratosphere/source/util/ini.h
  272. Atmosphere-libs/libstratosphere/source/util/lz4.c
  273. Atmosphere-libs/libstratosphere/source/util/lz4.h
  274. Atmosphere-libs/libstratosphere/source/util/util_compression.cpp
  275. Atmosphere-libs/libstratosphere/source/util/util_ini.cpp
  276. Atmosphere-libs/libstratosphere/source/util/util_tinymt.cpp
  277. Atmosphere-libs/libvapours/include/freebsd/sys/tree.h
  278. Atmosphere-libs/libvapours/include/vapours.hpp
  279. Atmosphere-libs/libvapours/include/vapours/ams/ams_api_version.h
  280. Atmosphere-libs/libvapours/include/vapours/ams/ams_target_firmware.h
  281. Atmosphere-libs/libvapours/include/vapours/ams_version.h
  282. Atmosphere-libs/libvapours/include/vapours/defines.hpp
  283. Atmosphere-libs/libvapours/include/vapours/includes.hpp
  284. Atmosphere-libs/libvapours/include/vapours/literals.hpp
  285. Atmosphere-libs/libvapours/include/vapours/results.hpp
  286. Atmosphere-libs/libvapours/include/vapours/results/cal_results.hpp
  287. Atmosphere-libs/libvapours/include/vapours/results/creport_results.hpp
  288. Atmosphere-libs/libvapours/include/vapours/results/debug_results.hpp
  289. Atmosphere-libs/libvapours/include/vapours/results/dmnt_results.hpp
  290. Atmosphere-libs/libvapours/include/vapours/results/err_results.hpp
  291. Atmosphere-libs/libvapours/include/vapours/results/exosphere_results.hpp
  292. Atmosphere-libs/libvapours/include/vapours/results/fatal_results.hpp
  293. Atmosphere-libs/libvapours/include/vapours/results/fs_results.hpp
  294. Atmosphere-libs/libvapours/include/vapours/results/hipc_results.hpp
  295. Atmosphere-libs/libvapours/include/vapours/results/i2c_results.hpp
  296. Atmosphere-libs/libvapours/include/vapours/results/kvdb_results.hpp
  297. Atmosphere-libs/libvapours/include/vapours/results/loader_results.hpp
  298. Atmosphere-libs/libvapours/include/vapours/results/lr_results.hpp
  299. Atmosphere-libs/libvapours/include/vapours/results/ncm_results.hpp
  300. Atmosphere-libs/libvapours/include/vapours/results/os_results.hpp
  301. Atmosphere-libs/libvapours/include/vapours/results/pm_results.hpp
  302. Atmosphere-libs/libvapours/include/vapours/results/results_common.hpp
  303. Atmosphere-libs/libvapours/include/vapours/results/ro_results.hpp
  304. Atmosphere-libs/libvapours/include/vapours/results/settings_results.hpp
  305. Atmosphere-libs/libvapours/include/vapours/results/sf_results.hpp
  306. Atmosphere-libs/libvapours/include/vapours/results/sm_results.hpp
  307. Atmosphere-libs/libvapours/include/vapours/results/spl_results.hpp
  308. Atmosphere-libs/libvapours/include/vapours/results/svc_results.hpp
  309. Atmosphere-libs/libvapours/include/vapours/results/updater_results.hpp
  310. Atmosphere-libs/libvapours/include/vapours/results/vi_results.hpp
  311. Atmosphere-libs/libvapours/include/vapours/svc.hpp
  312. Atmosphere-libs/libvapours/include/vapours/svc/svc_types.hpp
  313. Atmosphere-libs/libvapours/include/vapours/types.hpp
  314. Atmosphere-libs/libvapours/include/vapours/util.hpp
  315. Atmosphere-libs/libvapours/include/vapours/util/util_alignment.hpp
  316. Atmosphere-libs/libvapours/include/vapours/util/util_bitpack.hpp
  317. Atmosphere-libs/libvapours/include/vapours/util/util_fourcc.hpp
  318. Atmosphere-libs/libvapours/include/vapours/util/util_intrusive_list.hpp
  319. Atmosphere-libs/libvapours/include/vapours/util/util_intrusive_red_black_tree.hpp
  320. Atmosphere-libs/libvapours/include/vapours/util/util_parent_of_member.hpp
  321. Atmosphere-libs/libvapours/include/vapours/util/util_scope_guard.hpp
  322. Atmosphere-libs/libvapours/include/vapours/util/util_size.hpp
  323. Atmosphere-libs/libvapours/include/vapours/util/util_typed_storage.hpp
  324. Makefile
  325. libs/libtesla/LICENSE
  326. libs/libtesla/README.md
  327. libs/libtesla/example/source/main.cpp
  328. libs/libtesla/include/stb_truetype.h
  329. libs/libtesla/include/tesla.hpp
  330. libs/libtesla/resources/ovl_cheats.jpg
  331. libs/libtesla/resources/ovl_stats.jpg
  332. source/constants.h
  333. source/main.cpp
  334. source/mini-tlac.cpp
  335. source/mini-tlac.h
  336. source/structs.h