ams.mitm: simplify bpc ShouldMitm logic, fix enum problem

This commit is contained in:
Michael Scire
2019-02-04 21:47:55 -08:00
parent 784964d49d
commit e2a7f23214
2 changed files with 5 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ enum MitmModuleId : u32 {
MitmModuleId_SetMitm = 1,
MitmModuleId_BpcMitm = 2,
MitmModuleId_Count = 3,
/* Always keep this at the end. */
MitmModuleId_Count,
};
void LaunchAllMitmModules();