service: Add the erpt services

Adds the basic skeleton of the erpt service based off information on
Switch Brew.
This commit is contained in:
Lioncash 2018-07-25 19:04:31 -04:00
parent d245610939
commit 821f2c03cb
4 changed files with 71 additions and 0 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/erpt/erpt.cpp
hle/service/erpt/erpt.h
hle/service/es/es.cpp
hle/service/es/es.h
hle/service/fatal/fatal.cpp