Oops, forgot to update NativeQueryConfig, thanks unknown

This commit is contained in:
Henrik Rydgård 2017-08-16 10:23:27 +02:00
parent d94351ef90
commit b35d0e00ec

View file

@ -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 "";
}