Skip to content

Commit

Permalink
Call updateSustainedPerformanceMode from surfaceChanged as well. May …
Browse files Browse the repository at this point in the history
…help #11018
  • Loading branch information
hrydgard committed May 9, 2018
1 parent 6615e55 commit 701c2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/org/ppsspp/ppsspp/NativeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ public void surfaceChanged(SurfaceHolder holder, int format, int width, int heig
ensureRenderLoop();
}
}
updateSustainedPerformanceMode();
}

@Override
Expand Down

0 comments on commit 701c2c0

Please sign in to comment.