ams_mitm: add temporary hid mitm on 9.x for compat

This commit is contained in:
Michael Scire
2019-09-12 09:01:36 -07:00
committed by SciresM
parent a18a6e87df
commit 6613fda4b1
11 changed files with 256 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include "set_mitm/setmitm_main.hpp"
#include "bpc_mitm/bpcmitm_main.hpp"
#include "ns_mitm/nsmitm_main.hpp"
#include "hid_mitm/hidmitm_main.hpp"
static HosThread g_module_threads[MitmModuleId_Count];
@@ -37,6 +38,7 @@ static const struct {
{ &SetMitmMain, SetMitmPriority, SetMitmStackSize }, /* SetMitm */
{ &BpcMitmMain, BpcMitmPriority, BpcMitmStackSize }, /* BpcMitm */
{ &NsMitmMain, NsMitmPriority, NsMitmStackSize }, /* NsMitm */
{ &HidMitmMain, HidMitmPriority, HidMitmStackSize }, /* HidMitm */
};
void LaunchAllMitmModules() {