This commit is contained in:
wheremyfoodat 2022-09-24 02:45:57 +03:00
parent 75070ca6ef
commit be4fae5104
33 changed files with 341 additions and 70 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include <array>
#include "helpers.hpp"
#include "logger.hpp"
#include "memory.hpp"
#include "services/apt.hpp"
#include "services/hid.hpp"
@ -12,6 +13,7 @@
class ServiceManager {
std::array<u32, 16>& regs;
Memory& mem;
MAKE_LOG_FUNCTION(log, srvLogger)
APTService apt;
HIDService hid;