From e373027a73e84c04b28bbfb4fc837b4133b17d4f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 31 Jul 2018 06:33:38 -0400 Subject: service: Add the pcie service Adds the basic skeleton of the pcie service based off information on Switch Brew. --- src/core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 3386c2231..6bb066145 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -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 -- cgit v1.2.3