mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Let's try to update the sustainedperformancemode in yet another place... See #11018
This commit is contained in:
parent
d10d57bc03
commit
ef67899fdc
1 changed files with 1 additions and 0 deletions
|
@ -727,6 +727,7 @@ public abstract class NativeActivity extends Activity implements SurfaceHolder.C
|
|||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
updateSustainedPerformanceMode();
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
|
||||
updateSystemUiVisibility();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue