service: Add the pcie service

Adds the basic skeleton of the pcie service based off information on
Switch Brew.
This commit is contained in:
Lioncash
2018-07-31 06:33:38 -04:00
parent bf9c62bc76
commit e373027a73
6 changed files with 85 additions and 0 deletions

View File

@ -225,6 +225,8 @@ add_library(core STATIC
hle/service/nvflinger/buffer_queue.h
hle/service/nvflinger/nvflinger.cpp
hle/service/nvflinger/nvflinger.h
hle/service/pcie/pcie.cpp
hle/service/pcie/pcie.h
hle/service/pctl/module.cpp
hle/service/pctl/module.h
hle/service/pctl/pctl.cpp