tma: first pass at TmaServiceManager

This commit is contained in:
Michael Scire
2018-12-05 04:16:48 -08:00
parent bb48e33074
commit bf7dc84893
11 changed files with 595 additions and 22 deletions

View File

@@ -17,10 +17,10 @@
#include <switch.h>
#include <stratosphere.hpp>
#include "tma_service.hpp"
#include "tma_service_manager.hpp"
u32 TmaService::GetNextTaskId() {
/* TODO: Service Manager */
return 0;
return this->manager->GetNextTaskId();
}
void TmaService::OnSleep() {