1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-10 19:36:19 +00:00
Atmosphere/stratosphere/ams_mitm/source/fs_mitm
Michael Scire 3bba035b84 Implement blank prodinfo creation.
This is a complete implementation of what PR #532 seeks to do
(thanks @ThatNerdyPikachu). However, it currently blackscreens.

This is because we can't actually mitm settings, because settings
must be able to complete its initialization before the sd card
can be mounted. Thus we end up with a circular dependency and
the console blackscreens. This problem may yet be solvable, but
it's unclear immediately how this dependency might be solved. In any
event, this serves as a reference to use in the event that a solution
arises.
2019-05-10 05:27:30 -07:00
..
fs_dir_utils.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_dir_utils.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_directory_savedata_filesystem.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_directory_savedata_filesystem.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_file_storage.cpp fs.mitm: Implement FileStorage 2019-04-29 12:55:02 -07:00
fs_file_storage.hpp fs.mitm: Implement FileStorage 2019-04-29 12:55:02 -07:00
fs_filesystem_types.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_idirectory.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_ifile.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_ifilesystem.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_istorage.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_path_utils.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_path_utils.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_save_utils.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_save_utils.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_shim.c atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_shim.h fs.mitm: experimental support for save redirection to sd. 2019-04-05 13:42:09 -07:00
fs_subdirectory_filesystem.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fs_subdirectory_filesystem.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_boot0storage.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_boot0storage.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_layeredrom.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_layeredrom.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_main.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_main.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_romfsbuild.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_romfsbuild.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_romstorage.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
fsmitm_service.cpp Implement blank prodinfo creation. 2019-05-10 05:27:30 -07:00
fsmitm_service.hpp Implement blank prodinfo creation. 2019-05-10 05:27:30 -07:00