ams_mitm: Implement emummc Nintendo folder redirection
1 parent 733f2b3 commit 746dbfe01888f7c73987e259b8ad464a989fea61
@Michael Scire Michael Scire authored on 6 Dec 2019
SciresM committed on 7 Dec 2019
Showing 79 changed files
View
stratosphere/ams_mitm/source/amsmitm_main.cpp
View
stratosphere/ams_mitm/source/amsmitm_module.hpp
View
stratosphere/ams_mitm/source/bpc_mitm/bpc_ams_power_utils.cpp
View
stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp
View
stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.hpp
View
stratosphere/ams_mitm/source/fs_mitm/fs_shim.c
View
stratosphere/ams_mitm/source/fs_mitm/fs_shim.h
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_istorage_interface.cpp 100644 → 0
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_istorage_interface.hpp 100644 → 0
View
stratosphere/boot/source/boot_check_clock.cpp
View
stratosphere/boot/source/boot_display.cpp
View
stratosphere/boot/source/boot_main.cpp
View
stratosphere/boot/source/boot_power_utils.cpp
View
stratosphere/boot/source/boot_repair_boot_images.cpp
View
stratosphere/boot/source/gpio/gpio_utils.cpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp
View
stratosphere/boot2/source/boot2_main.cpp
View
stratosphere/creport/source/creport_crash_report.hpp
View
stratosphere/creport/source/creport_main.cpp
View
stratosphere/creport/source/creport_modules.cpp
View
stratosphere/dmnt/source/cheat/impl/dmnt_cheat_api.cpp
View
stratosphere/dmnt/source/cheat/impl/dmnt_cheat_debug_events_manager.cpp
View
stratosphere/dmnt/source/dmnt_main.cpp
View
stratosphere/eclct.stub/source/eclct_stub.cpp
View
stratosphere/fatal/source/fatal_main.cpp
View
stratosphere/fatal/source/fatal_task.hpp
View
stratosphere/libstratosphere/Makefile
View
stratosphere/libstratosphere/include/atmosphere/common_includes.hpp
View
stratosphere/libstratosphere/include/atmosphere/results/fs_results.hpp
View
stratosphere/libstratosphere/include/stratosphere.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs/fs_common.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs/fs_directory.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs/fs_path_tool.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fs/fs_path_utils.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fs/fs_remote_filesystem.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs/fsa/fs_idirectory.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs/fsa/fs_ifile.hpp
View
stratosphere/libstratosphere/include/stratosphere/fs/fsa/fs_ifilesystem.hpp
View
stratosphere/libstratosphere/include/stratosphere/fssrv.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssrv/fssrv_interface_adapters.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssrv/fssrv_path_normalizer.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssrv/fssrv_sf_path.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_storage_interface_adapter.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssystem.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssystem/fssystem_directory_redirection_filesystem.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssystem/fssystem_path_resolution_filesystem.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssystem/fssystem_path_tool.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssystem/fssystem_subdirectory_filesystem.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/fssystem/fssystem_utility.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os.hpp
View
stratosphere/libstratosphere/include/stratosphere/os/os_memory_common.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_semaphore.hpp
View
stratosphere/libstratosphere/include/stratosphere/os/os_thread.hpp
View
stratosphere/libstratosphere/include/stratosphere/os/os_waitable_holder.hpp
View
stratosphere/libstratosphere/source/ams/ams_emummc_api.cpp
View
stratosphere/libstratosphere/source/dd/dd_io_mappings.cpp
View
stratosphere/libstratosphere/source/fs/fs_path_tool.cpp 0 → 100644
View
stratosphere/libstratosphere/source/fs/fs_path_utils.cpp 0 → 100644
View
stratosphere/libstratosphere/source/fssrv/fssrv_filesystem_interface_adapter.cpp 0 → 100644
View
stratosphere/libstratosphere/source/fssrv/fssrv_path_normalizer.cpp 0 → 100644
View
stratosphere/libstratosphere/source/fssrv/fssrv_storage_interface_adapter.cpp 0 → 100644
View
stratosphere/libstratosphere/source/fssystem/fssystem_directory_redirection_filesystem.cpp 0 → 100644
View
stratosphere/libstratosphere/source/fssystem/fssystem_subdirectory_filesystem.cpp 0 → 100644
View
stratosphere/libstratosphere/source/os/impl/os_waitable_holder_impl.hpp
View
stratosphere/libstratosphere/source/os/impl/os_waitable_holder_of_semaphore.hpp 0 → 100644
View
stratosphere/libstratosphere/source/os/os_semaphore.cpp 0 → 100644
View
stratosphere/libstratosphere/source/os/os_waitable_holder.cpp
View
stratosphere/libstratosphere/source/spl/smc/spl_smc.cpp
View
stratosphere/libstratosphere/source/updater/updater_api.cpp
View
stratosphere/libstratosphere/source/updater/updater_bis_save.cpp
View
stratosphere/loader/source/ldr_main.cpp
View
stratosphere/loader/source/ldr_process_creation.cpp
View
stratosphere/pm/source/pm_main.cpp
View
stratosphere/ro/source/impl/ro_service_impl.cpp
View
stratosphere/sm/source/sm_main.cpp
View
stratosphere/spl/source/spl_api_impl.cpp
View
stratosphere/spl/source/spl_main.cpp