service: Add wlan services

Adds the basic skeleton for the wlan services based off the information
on Switch Brew.
This commit is contained in:
Lioncash 2018-07-28 21:20:43 -04:00
parent 458fdda700
commit 6ea416091e
6 changed files with 194 additions and 1 deletions

View file

@ -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