mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-09 10:32:51 +00:00
Ignore Sense/Touchwiz power saving on L or higher.
This commit is contained in:
parent
8b5693b4d7
commit
a8d37a01e6
@ -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…
x
Reference in New Issue
Block a user