service: Add the btdrv service

Adds the skeleton for the btdrv service based off the information provided by Switch Brew
This commit is contained in:
Lioncash 2018-07-26 18:00:50 -04:00
parent ec2b7cdb1d
commit f49248437e
4 changed files with 93 additions and 1 deletions

View file

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