service: Add btm services

Adds the skeleton for the btm services based off the information on
Switch Brew.
This commit is contained in:
Lioncash 2018-07-28 20:59:09 -04:00
parent 458fdda700
commit ca7655be3a
6 changed files with 108 additions and 0 deletions

View file

@ -142,6 +142,8 @@ add_library(core STATIC
hle/service/bcat/module.h
hle/service/btdrv/btdrv.cpp
hle/service/btdrv/btdrv.h
hle/service/btm/btm.cpp
hle/service/btm/btm.h
hle/service/erpt/erpt.cpp
hle/service/erpt/erpt.h
hle/service/es/es.cpp