remove btdrvmitm_module files

This commit is contained in:
ndeadly 2020-06-02 23:09:51 +02:00
parent 5e9c6b546d
commit 8d44420894
2 changed files with 0 additions and 30 deletions

View file

@ -1,22 +0,0 @@
#include "btdrvmitm_module.hpp"
#include "btdrv_mitm_service.hpp"
namespace btdrv::mitm {
namespace {
constexpr sm::ServiceName MitmServiceName = sm::ServiceName::Encode("btdrv");
struct ServerOptions {
static constexpr size_t PointerBufferSize = 0x200;
static constexpr size_t MaxDomains = 0;
static constexpr size_t MaxDomainObjects = 0;
};
constexpr size_t MaxServers = 1;
sf::hipc::ServerManager<MaxServers, ServerOptions> g_server_manager;
}
}

View file

@ -1,8 +0,0 @@
#pragma once
#include <stratosphere.hpp>
namespace btdrv::mitm {
DEFINE_MITM_MODULE_CLASS(0x8000, AMS_GET_SYSTEM_THREAD_PRIORITY(btdrv, IpcServer));
}