We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971d514 commit 9f30a1fCopy full SHA for 9f30a1f
src/core/webos/SDL_webos_panelinfo.c
@@ -23,7 +23,7 @@ SDL_bool SDL_webOSGetPanelResolution(int *width, int *height) {
23
}
24
free(response);
25
26
- if (SDL_webOSLunaServiceCallSync("luna://com.webos.service.tv.systemproperty/getSystemInfo",
+ if (!result && SDL_webOSLunaServiceCallSync("luna://com.webos.service.tv.systemproperty/getSystemInfo",
27
"{\"keys\": [\"UHD\"]}", 1, &response) && response != NULL) {
28
jdomparser_ref parser = NULL;
29
jvalue_ref parsed;
0 commit comments