mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 09:17:52 -05: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:
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
|
Reference in New Issue
Block a user