Atmosphere/libraries/libstratosphere/include/stratosphere/fs
Adubbz a50d6a2696
NCM client implementation (#858)
* ncm: Implement InstallTaskDataBase and FileInstallTaskData

* ncm: minor bugfixes

* ncm: Implemented MemoryInstallTaskData

* ncm: more std

* ncm: begin implementing install task base

* ncm: move protected funcs

* ncm: fix recursive include

* ncm: more install task progress

* ncm install task: implement IncrementProgress and update UpdateThroughputMeasurement

* ncm: more work

* ncm client: more progress

* ncm client: more progress

* ncm client: finish implementing GetContentMetaInfoList

* ncm client: more progress

* ncm client: finished InstallTaskBase

* ncm client: implement PackageInstallTaskBase

* ncm client: fixes

* ncm: improve accuracy

* ncm client: implement PackageInstallTask

* ncm client: implement PackageSystemUpdateTask

* ncm client: minor name tweaks

* ncm client: implement SubmissionPackageInstallTask

* ncm client: add missing this to SubmissionPackageInstallTask

* ncm client: add missing nullptr check to SubmissionPackageInstallTask destructor

* ncm client: SubmissionPackageInstallTask fixes

* ncm: fix forward declarations

* ncm client: added simplified funcs

* ncm: cleanup client code

* ncm: fix bug introduced by cleanup

* ncm: fix typo

* ncm: implement correct ReadVariationContentMetaInfoList behavior

* ncm: correct InstallContentMetaWriter ctor

* ncm: correct conversion of content meta header types

Co-authored-by: Michael Scire <SciresM@gmail.com>
2020-04-03 22:40:46 -07:00
..
fsa fssystem: Implement PartitionFileSystemCore (#856) 2020-03-27 03:40:52 -07:00
impl loader: refactor to use fs bindings 2020-03-09 03:10:12 -07:00
fs_application.hpp loader: refactor to use fs bindings 2020-03-09 03:10:12 -07:00
fs_bis.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_code.hpp loader: refactor to use fs bindings 2020-03-09 03:10:12 -07:00
fs_common.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_content.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_content_storage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_dbm_hierarchical_rom_file_table.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_dbm_rom_key_value_storage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_dbm_rom_path_tool.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_dbm_rom_types.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_device_save_data.hpp fs: add MountDeviceSaveData 2020-03-18 20:05:39 -07:00
fs_directory.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_file.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_file_storage.hpp fs: implement FileHandleStorage (#857) 2020-03-27 11:45:02 -07:00
fs_filesystem.hpp stratosphere-except-ldr: use fs bindings (this temporarily breaks loader) 2020-03-08 16:33:49 -07:00
fs_filesystem_utils.hpp creport: use fs bindings 2020-03-08 01:45:12 -08:00
fs_game_card.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_image_directory.hpp fs: add MountImageDirectory 2020-03-27 16:59:27 -07:00
fs_istorage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_memory_management.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_memory_storage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_mount.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_operate_range.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fs_path_tool.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_path_utils.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fs_query_range.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_read_only_filesystem.hpp loader: refactor to use fs bindings 2020-03-09 03:10:12 -07:00
fs_remote_filesystem.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_remote_storage.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_rights_id.hpp NCM client implementation (#858) 2020-04-03 22:40:46 -07:00
fs_romfs_filesystem.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_save_data_management.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_save_data_transaction.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_save_data_types.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_sd_card.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_signed_system_partition.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_substorage.hpp os: implement Tick api, make build with -Werror 2020-03-16 01:02:55 -07:00
fs_system_data.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00
fs_system_save_data.hpp Implement the NCM sysmodule (closes #91) 2020-03-08 00:06:23 -08:00