Skip to content

Commit

Permalink
Oops, forgot to update NativeQueryConfig, thanks unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Aug 16, 2017
1 parent d94351e commit b35d0e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/NativeApp.cpp
Expand Up @@ -238,6 +238,8 @@ std::string NativeQueryConfig(std::string query) {
}
// Otherwise, some devices prefer the Java init so play it safe.
return "true";
} else if (query == "sustainedPerformanceMode") {
return std::string(g_Config.bSustainedPerformanceMode ? "1" : "0");
} else {
return "";
}
Expand Down

0 comments on commit b35d0e0

Please sign in to comment.