mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Spacing
This commit is contained in:
parent
b35d0e00ec
commit
95d3a8edbe
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ public abstract class NativeActivity extends Activity implements SurfaceHolder.C
|
|||
if (Build.VERSION.SDK_INT >= 24) {
|
||||
if (powerManager.isSustainedPerformanceModeSupported()) {
|
||||
sustainedPerfSupported = true;
|
||||
NativeApp.sendMessage("sustained_perf_supported","1");
|
||||
NativeApp.sendMessage("sustained_perf_supported", "1");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue