Merge fs.mitm and set.mitm.
1 parent 5f836ac commit e715197290127f60c2feaf046845571bdff0d75e
@Michael Scire Michael Scire authored on 29 Jan 2019
Showing 84 changed files
View
Makefile
View
fusee/fusee-secondary/Makefile
View
fusee/fusee-secondary/src/kernel_patches.c
View
fusee/fusee-secondary/src/stratosphere.c
View
stratosphere/Makefile
View
stratosphere/ams_mitm/Makefile 0 → 100644
View
stratosphere/ams_mitm/ams_mitm.json 0 → 100644
View
stratosphere/ams_mitm/source/amsmitm_main.cpp 0 → 100644
View
stratosphere/ams_mitm/source/amsmitm_modules.cpp 0 → 100644
View
stratosphere/ams_mitm/source/amsmitm_modules.hpp 0 → 100644
View
stratosphere/ams_mitm/source/debug.cpp 0 → 100644
View
stratosphere/ams_mitm/source/debug.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fs_istorage.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fs_shim.c 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fs_shim.h 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_boot0storage.cpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_boot0storage.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_layeredrom.cpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_layeredrom.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_main.cpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_main.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfsbuild.cpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfsbuild.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_romstorage.hpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.cpp 0 → 100644
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.hpp 0 → 100644
View
stratosphere/ams_mitm/source/ini.c 0 → 100644
View
stratosphere/ams_mitm/source/ini.h 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setmitm_main.cpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setmitm_main.hpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_firmware_version.cpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_firmware_version.hpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_mitm_service.cpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_mitm_service.hpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_settings_items.cpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_settings_items.hpp 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_shim.c 0 → 100644
View
stratosphere/ams_mitm/source/set_mitm/setsys_shim.h 0 → 100644
View
stratosphere/ams_mitm/source/sha256.c 0 → 100644
View
stratosphere/ams_mitm/source/sha256.h 0 → 100644
View
stratosphere/ams_mitm/source/sha256_armv8.s 0 → 100644
View
stratosphere/ams_mitm/source/utils.cpp 0 → 100644
View
stratosphere/ams_mitm/source/utils.hpp 0 → 100644
View
stratosphere/eclct.stub/Makefile 0 → 100644
View
stratosphere/eclct.stub/eclct.stub.json 0 → 100644
View
stratosphere/eclct.stub/source/eclct_stub.cpp 0 → 100644
View
stratosphere/fs_mitm/Makefile 100644 → 0
View
stratosphere/fs_mitm/fs_mitm.json 100644 → 0
View
stratosphere/fs_mitm/source/debug.cpp 100644 → 0
View
stratosphere/fs_mitm/source/debug.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fs_istorage.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fs_shim.c 100644 → 0
View
stratosphere/fs_mitm/source/fs_shim.h 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_boot0storage.cpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_boot0storage.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_layeredrom.cpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_layeredrom.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_main.cpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_romfsbuild.cpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_romfsbuild.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_romstorage.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_service.cpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_service.hpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_utils.cpp 100644 → 0
View
stratosphere/fs_mitm/source/fsmitm_utils.hpp 100644 → 0
View
stratosphere/fs_mitm/source/ini.c 100644 → 0
View
stratosphere/fs_mitm/source/ini.h 100644 → 0
View
stratosphere/fs_mitm/source/sha256.c 100644 → 0
View
stratosphere/fs_mitm/source/sha256.h 100644 → 0
View
stratosphere/fs_mitm/source/sha256_armv8.s 100644 → 0
View
stratosphere/pm/source/pm_boot2.cpp
View
stratosphere/set_mitm/Makefile 100644 → 0
View
stratosphere/set_mitm/set_mitm.json 100644 → 0
View
stratosphere/set_mitm/source/ini.c 100644 → 0
View
stratosphere/set_mitm/source/ini.h 100644 → 0
View
stratosphere/set_mitm/source/setmitm_main.cpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_firmware_version.cpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_firmware_version.hpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_mitm_service.cpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_mitm_service.hpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_settings_items.cpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_settings_items.hpp 100644 → 0
View
stratosphere/set_mitm/source/setsys_shim.c 100644 → 0
View
stratosphere/set_mitm/source/setsys_shim.h 100644 → 0