service: Add empty interface for pctl:a.

This commit is contained in:
bunnei 2017-12-28 23:44:39 -05:00
parent 8331a996d6
commit 26495098a9
6 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,16 @@
// Copyright 2017 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/hle/service/service.h"
namespace Service {
namespace PCTL {
/// Registers all PCTL services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
} // namespace PCTL
} // namespace Service