|
Implement the NCM sysmodule (closes #91)
* Implement NCM * Modernize ncm_main * Remove unnecessary smExit * Give access to svcCallSecureMonitor * Stack size bump * Fix incorrect setup for NandUser's content storage entry * Fix a potential data abort when flushing the placeholder accessor cache * Fix HasFile and HasDirectory * Use r+b, not w+b * Misc fixes * errno begone * Fixed more stdio error handling * More main fixes * Various command improvements * Make dispatch tables great again * Fix logic inversion * Fixed content path generation * Bump heap size, fix CleanupAllPlaceHolder * Various fixes. Note: This contains debug stuff which will be removed later. I was getting tired of having to cherrypick tiny changes * Fixed placeholder/content deletion * Fixed incorrect content manager destruction * Prevent automatic placeholder creation on open * Fixed List implementation. Also lots of debug logging. * Removed debug code * Added a scope guard for WritePlaceHolder * Manually prevent placeholder/content appending * Revert "Removed debug code" This reverts commit |
|---|
|
|
| emummc/.gitrepo |
|---|
|
Too large (Show diff)
|
| emummc/README.md |
|---|
|
Too large (Show diff)
|
| emummc/source/FS/offsets/100.h |
|---|
|
Too large (Show diff)
|
| emummc/source/main.c |
|---|
|
Too large (Show diff)
|
| libraries/libmesosphere/source/arch/arm64/kern_k_interrupt_manager.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libmesosphere/source/arch/arm64/kern_k_page_table.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libmesosphere/source/board/nintendo/nx/kern_k_device_page_table.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libmesosphere/source/kern_k_capabilities.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libmesosphere/source/kern_k_page_group.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/cfg/cfg_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/dmnt/dmnt_cheat_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fatal/fatal_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_bis.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_code.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_common.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_content.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_content_storage.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_dbm_hierarchical_rom_file_table.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_dbm_rom_key_value_storage.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_dbm_rom_path_tool.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_dbm_rom_types.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_directory.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_file.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_filesystem.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_game_card.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_istorage.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_memory_management.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_memory_storage.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_mount.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_path_tool.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_query_range.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_remote_filesystem.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_remote_storage.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_rights_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_romfs_filesystem.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_save_data_management.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_save_data_transaction.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_save_data_types.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_sd_card.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_signed_system_partition.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_substorage.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_system_data.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fs_system_save_data.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fsa/fs_ifile.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fsa/fs_ifilesystem.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/fsa/fs_registrar.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/impl/fs_common_mount_name.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/impl/fs_data.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/impl/fs_filesystem_proxy_type.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fs/impl/fs_newable.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/fssrv/fssrv_sf_path.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/kvdb/kvdb_archive.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/kvdb/kvdb_auto_buffer.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/kvdb/kvdb_bounded_string.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_cache.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_store.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/kvdb/kvdb_memory_key_value_store.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ldr/ldr_pm_api.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ldr/ldr_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_add_on_content_location_resolver.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_api.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_i_add_on_content_location_resolver.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_i_location_resolver.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_i_location_resolver_manager.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_i_registered_location_resolver.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_location_resolver.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_location_resolver_manager_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_registered_location_resolver.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/lr/lr_types.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_api.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_auto_buffer.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_bounded_map.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_id_utils.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_info.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_info_data.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_management_utils.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_manager_config.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_manager_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_database.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_key.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_type.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_utils.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_storage.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_content_type.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_data_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_i_content_manager.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_i_content_meta_database.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_i_content_storage.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_ids.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_make_path.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_path.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_path_string.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_placeholder_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_program_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_program_location.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_rights_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_rights_id_cache.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_storage_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ncm/ncm_types.hpp 100644 → 0 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/os/os_condvar.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/os/os_mutex.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/pm/pm_dmnt_api.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/pm/pm_info_api.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/pm/pm_shell_api.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/ro/ro_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/sf/impl/sf_impl_command_serialization.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/sm/sm_manager_api.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/sm/sm_scoped_holder.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/sm/sm_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/include/stratosphere/spl/spl_types.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/boot2/boot2_api.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/cfg/cfg_override.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_bis.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_code.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_content.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_content_storage.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_data.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_dbm_hierarchical_rom_file_table.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_dbm_rom_path_tool.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_file_path_hash.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_file_storage.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_game_card.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_memory_management.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_path_utils.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_rights_id.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_romfs_filesystem.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_save_data_management.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_scoped_setter.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_sd_card.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_signed_system_partition.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_system_data.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fs_system_save_data.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_directory_accessor.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_directory_accessor.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_file_accessor.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_file_accessor.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_filesystem_accessor.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_filesystem_accessor.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_mount_name.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_mount_table.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_mount_table.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_mount_utils.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_mount_utils.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_registrar.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_user_directory.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_user_file.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_user_filesystem.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_user_mount_table.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fs/fsa/fs_user_mount_table.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/fssystem/fssystem_directory_savedata_filesystem.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/hid/hid_api.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/kvdb/kvdb_file_key_value_store.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_add_on_content_location_resolver_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_add_on_content_location_resolver_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_api.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_content_location_resolver_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_content_location_resolver_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_location_redirector.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_location_redirector.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_location_resolver_impl_base.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_location_resolver_manager_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_redirect_only_location_resolver_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_redirect_only_location_resolver_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_registered_data.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_registered_location_resolver_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_registered_location_resolver_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_remote_location_resolver_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/lr/lr_remote_registered_location_resolver_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_api.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_id_utils.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_management_utils.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_manager_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_meta.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_meta_database_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_meta_database_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_meta_database_impl_base.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_meta_type.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_meta_utils.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_storage_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_storage_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_content_storage_impl_base.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_fs_utils.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_fs_utils.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_make_path.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_on_memory_content_meta_database_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_on_memory_content_meta_database_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_placeholder_accessor.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_placeholder_accessor.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_read_only_content_storage_impl.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_read_only_content_storage_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_remote_content_manager_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_remote_content_meta_database_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/ncm/ncm_remote_content_storage_impl.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/updater/updater_api.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/updater/updater_bis_management.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/updater/updater_bis_management.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/updater/updater_files.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/updater/updater_paths.cpp |
|---|
|
Too large (Show diff)
|
| libraries/libstratosphere/source/updater/updater_paths.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/results/fs_results.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/results/lr_results.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/results/ncm_results.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/results/results_common.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/util.hpp |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/util/util_bounded_map.hpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| libraries/libvapours/include/vapours/util/util_intrusive_list.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/Makefile |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/amsmitm_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/bpc_mitm/bpc_mitm_service.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_boot0storage.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_boot0storage.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_layered_romfs_storage.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_layered_romfs_storage.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/ns_mitm/ns_am_mitm_service.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/ns_mitm/ns_web_mitm_service.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/set_mitm/set_mitm_service.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/set_mitm/set_mitm_service.hpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ams_mitm/source/set_mitm/setsys_mitm_service.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/boot/source/boot_i2c_utils.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/boot/source/boot_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/boot2/source/boot2_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/creport/source/creport_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/dmnt/source/cheat/impl/dmnt_cheat_api.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/dmnt/source/dmnt_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/dmnt/source/dmnt_service_target_io.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/eclct.stub/source/eclct_stub.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/fatal/source/fatal_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/fatal/source/fatal_service.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/loader/source/ldr_anti_downgrade_tables.inc |
|---|
|
Too large (Show diff)
|
| stratosphere/loader/source/ldr_content_management.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/loader/source/ldr_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/loader/source/ldr_process_creation.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ncm/Makefile 0 → 100644 |
|---|
|
Too large (Show diff)
|
| stratosphere/ncm/ncm.json 0 → 100644 |
|---|
|
Too large (Show diff)
|
| stratosphere/ncm/source/ncm_main.cpp 0 → 100644 |
|---|
|
Too large (Show diff)
|
| stratosphere/pm/source/impl/pm_process_manager.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/pm/source/pm_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ro/source/impl/ro_service_impl.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/ro/source/ro_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/sm/source/impl/sm_service_manager.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/sm/source/sm_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/sm/source/sm_manager_service.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/spl/source/spl_main.cpp |
|---|
|
Too large (Show diff)
|