mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-09-15 00:45:33 +00:00
pctl: Remove duplicate InstallInterfaces function.
This commit is contained in:
parent
480906fe1b
commit
fe11b51545
@ -9,10 +9,6 @@
|
|||||||
namespace Service {
|
namespace Service {
|
||||||
namespace PCTL {
|
namespace PCTL {
|
||||||
|
|
||||||
void InstallInterfaces(SM::ServiceManager& service_manager) {
|
|
||||||
std::make_shared<PCTL_A>()->InstallAsService(service_manager);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PCTL_A::GetService(Kernel::HLERequestContext& ctx) {
|
void PCTL_A::GetService(Kernel::HLERequestContext& ctx) {
|
||||||
LOG_WARNING(Service, "(STUBBED) called");
|
LOG_WARNING(Service, "(STUBBED) called");
|
||||||
IPC::RequestBuilder rb{ctx, 1};
|
IPC::RequestBuilder rb{ctx, 1};
|
||||||
|
Loading…
Reference in New Issue
Block a user