ams.mitm: add bpc handler, for reboot power button stuff

This commit is contained in:
Michael Scire
2019-02-04 21:17:05 -08:00
parent e715197290
commit 784964d49d
12 changed files with 226 additions and 26 deletions

View File

@@ -19,8 +19,9 @@
enum MitmModuleId : u32 {
MitmModuleId_FsMitm = 0,
MitmModuleId_SetMitm = 1,
MitmModuleId_BpcMitm = 2,
MitmModuleId_Count = 2,
MitmModuleId_Count = 3,
};
void LaunchAllMitmModules();