Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 16, 2017
1 parent b35d0e0 commit 95d3a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/org/ppsspp/ppsspp/NativeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void Initialize() {
if (Build.VERSION.SDK_INT >= 24) {
if (powerManager.isSustainedPerformanceModeSupported()) {
sustainedPerfSupported = true;
NativeApp.sendMessage("sustained_perf_supported","1");
NativeApp.sendMessage("sustained_perf_supported", "1");
}
}

Expand Down

0 comments on commit 95d3a8e

Please sign in to comment.