mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-06 07:39:13 +00:00
psm: Stub GetBatteryChargePercentage
Used by LovePotion Lua Homebrew. Stubbed to return 100% charge.
This commit is contained in:
@@ -15,6 +15,9 @@ class PSM final : public ServiceFramework<PSM> {
|
||||
public:
|
||||
explicit PSM();
|
||||
~PSM() override;
|
||||
|
||||
private:
|
||||
void GetBatteryChargePercentage(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm);
|
||||
|
||||
Reference in New Issue
Block a user