settings: implement KeyValueStore (#1659)
* settings: implement KeyValueStore and dependencies

* settings: update KeyValueStore for recent refactoring

* settings: address feedback
1 parent 14c8801 commit 303c6eb5f94394f364ee1608725ba72baa1fadf9
@Adubbz Adubbz authored on 9 Oct 2021
GitHub committed on 9 Oct 2021
Showing 23 changed files
View
exosphere/program/source/smc/secmon_smc_info.cpp
View
exosphere/program/source/smc/secmon_smc_info.hpp
View
libraries/libexosphere/include/exosphere/fuse.hpp
View
libraries/libexosphere/source/fuse/fuse_api.cpp
View
libraries/libstratosphere/include/stratosphere/ams/impl/ams_system_thread_definitions.hpp
View
libraries/libstratosphere/include/stratosphere/ncm/ncm_system_content_meta_id.hpp
View
libraries/libstratosphere/include/stratosphere/settings/settings_fwdbg_types.hpp
View
libraries/libstratosphere/include/stratosphere/settings/settings_types.hpp
View
libraries/libstratosphere/include/stratosphere/spl/spl_api.hpp
View
libraries/libstratosphere/include/stratosphere/spl/spl_types.hpp
View
libraries/libstratosphere/source/settings/impl/settings_key_value_store.cpp 0 → 100644
Too large (Show diff)
View
libraries/libstratosphere/source/settings/impl/settings_key_value_store.hpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_spl.cpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_spl.hpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_static_object.hpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_system_data.cpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_system_data.hpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_system_save_data.cpp 0 → 100644
View
libraries/libstratosphere/source/settings/impl/settings_system_save_data.hpp 0 → 100644
View
libraries/libvapours/include/vapours/results/settings_results.hpp
View
stratosphere/ams_mitm/source/set_mitm/setsys_mitm_service.cpp
View
stratosphere/ams_mitm/source/set_mitm/setsys_mitm_service.hpp
View
stratosphere/ams_mitm/source/set_mitm/settings_sd_kvs.cpp