mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-01 23:27:08 +02:00
removed fspusb tracks from branch
This commit is contained in:
parent
9047449bcc
commit
8c31bab5b9
@ -24,7 +24,6 @@
|
||||
#include "ns_mitm/nsmitm_module.hpp"
|
||||
#include "hid_mitm/hidmitm_module.hpp"
|
||||
#include "sysupdater/sysupdater_module.hpp"
|
||||
// #include "fsp_usb/fspusb_module.hpp"
|
||||
|
||||
namespace ams::mitm {
|
||||
|
||||
@ -38,7 +37,6 @@ namespace ams::mitm {
|
||||
ModuleId_NsMitm,
|
||||
ModuleId_HidMitm,
|
||||
ModuleId_Sysupdater,
|
||||
// ModuleId_FspUsb,
|
||||
ModuleId_Count,
|
||||
};
|
||||
|
||||
@ -71,7 +69,6 @@ namespace ams::mitm {
|
||||
GetModuleDefinition<ns::MitmModule>(),
|
||||
GetModuleDefinition<hid::MitmModule>(),
|
||||
GetModuleDefinition<sysupdater::MitmModule>(),
|
||||
// GetModuleDefinition<fspusb::MitmModule>(),
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user