mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Low Power Mode detection
Change low to reduced Low Power Mode detection Fix namespace space Low Power Mode detection Fix namespace space Low Power Mode detection
This commit is contained in:
parent
686d2759f4
commit
ce7b1576e0
4 changed files with 35 additions and 0 deletions
|
@ -19,3 +19,11 @@ namespace Darwin_Version
|
|||
return osver.patchVersion;
|
||||
}
|
||||
}
|
||||
|
||||
namespace Darwin_ProcessInfo
|
||||
{
|
||||
bool getLowPowerModeEnabled()
|
||||
{
|
||||
return NSProcessInfo.processInfo.isLowPowerModeEnabled;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue