am: Add the basic skeleton for the tcap service

Added based off information provided by Switchbrew.
This commit is contained in:
Lioncash 2018-10-21 16:48:58 -04:00
parent edb1c36a87
commit 5ea4cfd499
4 changed files with 44 additions and 0 deletions

View file

@ -156,6 +156,8 @@ add_library(core STATIC
hle/service/am/omm.h
hle/service/am/spsm.cpp
hle/service/am/spsm.h
hle/service/am/tcap.cpp
hle/service/am/tcap.h
hle/service/aoc/aoc_u.cpp
hle/service/aoc/aoc_u.h
hle/service/apm/apm.cpp