From 6ea416091eb7f0adbf61fd43385775b87b746084 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 28 Jul 2018 21:20:43 -0400 Subject: service: Add wlan services Adds the basic skeleton for the wlan services 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 f1e7e2593..f3e81cfb8 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -277,6 +277,8 @@ add_library(core STATIC hle/service/vi/vi_s.h hle/service/vi/vi_u.cpp hle/service/vi/vi_u.h + hle/service/wlan/wlan.cpp + hle/service/wlan/wlan.h hw/hw.cpp hw/hw.h hw/lcd.cpp -- cgit v1.2.3