From 417571297661ed13f1426d6ec7ffc748f4eea0f0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 25 Jul 2018 15:30:50 -0400 Subject: service: Add the es service Adds the skeleton for the ETicket service based off the 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 833605475..87e381055 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -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/es/es.cpp + hle/service/es/es.h hle/service/fatal/fatal.cpp hle/service/fatal/fatal.h hle/service/fatal/fatal_p.cpp -- cgit v1.2.3