mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, forgot to update NativeQueryConfig, thanks unknown
This commit is contained in:
parent
d94351ef90
commit
b35d0e00ec
1 changed files with 2 additions and 0 deletions
|
@ -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 "";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue