we don't have to work around Wayland issue anymore

This commit is contained in:
tildearrow 2022-10-20 02:55:24 -05:00
parent c6e21e3da5
commit bfeb57c3b7

View file

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