mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Ignore Sense/Touchwiz power saving on L or higher.
This commit is contained in:
parent
8b5693b4d7
commit
a8d37a01e6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class PowerSaveModeReceiver extends BroadcastReceiver {
|
|||
|
||||
private static void sendPowerSaving(final Context context) {
|
||||
if (Build.VERSION.SDK_INT >= 21) {
|
||||
isPowerSaving = getNativePowerSaving(context) || getExtraPowerSaving(context);
|
||||
isPowerSaving = getNativePowerSaving(context);
|
||||
} else {
|
||||
isPowerSaving = getExtraPowerSaving(context);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue