Files
eden/src/core/hle/service/pctl/pctl.h
T

15 lines
365 B
C++
Raw Normal View History

// Copyright 2018 yuzu emulator team
2017-12-28 23:44:39 -05:00
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/hle/service/service.h"
namespace Service::PCTL {
2017-12-28 23:44:39 -05:00
/// Registers all PCTL services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
} // namespace Service::PCTL