mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 05:35:46 +00:00
service: Add wlan services
Adds the basic skeleton for the wlan services based off the information on Switch Brew.
This commit is contained in:
parent
458fdda700
commit
6ea416091e
6 changed files with 194 additions and 1 deletions
15
src/core/hle/service/wlan/wlan.h
Normal file
15
src/core/hle/service/wlan/wlan.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright 2018 yuzu emulator team
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Service::SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Service::WLAN {
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm);
|
||||
|
||||
} // namespace Service::WLAN
|
Loading…
Add table
Add a link
Reference in a new issue