From 314a9483732a2c9cb8861d4ae8b113ebb5ad9406 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sun, 21 Oct 2018 22:03:17 -0400 Subject: psm: Stub GetChargerType Used by LovePotion Lua Homebrew. Stubbed as connected to official Nintendo Switch dock. --- src/core/hle/service/ptm/psm.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/core/hle/service/ptm/psm.h') diff --git a/src/core/hle/service/ptm/psm.h b/src/core/hle/service/ptm/psm.h index 113878bb7..a286793ae 100644 --- a/src/core/hle/service/ptm/psm.h +++ b/src/core/hle/service/ptm/psm.h @@ -3,7 +3,6 @@ // Refer to the license.txt file included. #pragma once -#include "core/hle/service/service.h" namespace Service::SM { class ServiceManager; @@ -11,15 +10,6 @@ class ServiceManager; namespace Service::PSM { -class PSM final : public ServiceFramework { -public: - explicit PSM(); - ~PSM() override; - -private: - void GetBatteryChargePercentage(Kernel::HLERequestContext& ctx); -}; - void InstallInterfaces(SM::ServiceManager& sm); } // namespace Service::PSM -- cgit v1.2.3