mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 21:28:25 +00:00
remove btdrvmitm_module files
This commit is contained in:
parent
5e9c6b546d
commit
8d44420894
2 changed files with 0 additions and 30 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
#pragma once
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
namespace btdrv::mitm {
|
||||
|
||||
DEFINE_MITM_MODULE_CLASS(0x8000, AMS_GET_SYSTEM_THREAD_PRIORITY(btdrv, IpcServer));
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue