we don't have to work around Wayland issue anymore
This commit is contained in:
parent
c6e21e3da5
commit
bfeb57c3b7
|
@ -332,12 +332,6 @@ int main(int argc, char** argv) {
|
|||
if (coResult!=S_OK) {
|
||||
logE("CoInitializeEx failed!");
|
||||
}
|
||||
#endif
|
||||
#if !(defined(__APPLE__) || defined(_WIN32) || defined(ANDROID) || defined(__HAIKU__))
|
||||
// workaround for Wayland HiDPI issue
|
||||
if (getenv("SDL_VIDEODRIVER")==NULL) {
|
||||
setenv("SDL_VIDEODRIVER","x11",1);
|
||||
}
|
||||
#endif
|
||||
outName="";
|
||||
vgmOutName="";
|
||||
|
|
Loading…
Reference in a new issue