From f916611e321fa07d790e5ddb34fee222ddf7d4f0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 26 Jul 2018 02:17:15 -0400 Subject: service: Add the nim services Adds the skeleton for the nim services based off information from 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 2e2de59b1..4c0b6dbc0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -170,6 +170,8 @@ add_library(core STATIC hle/service/nfp/nfp_user.h hle/service/nifm/nifm.cpp hle/service/nifm/nifm.h + hle/service/nim/nim.cpp + hle/service/nim/nim.h hle/service/ns/ns.cpp hle/service/ns/ns.h hle/service/ns/pl_u.cpp -- cgit v1.2.3