mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 05:57:51 -05: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