prepare for something

This commit is contained in:
tildearrow 2022-05-08 15:59:42 -05:00
parent f8642ae8f0
commit 40e992cc6f
3 changed files with 50 additions and 36 deletions

View file

@ -243,7 +243,7 @@ void initParams() {
// TODO: add crash log
int main(int argc, char** argv) {
initLog();
#if !(defined(__APPLE__) || defined(_WIN32))
#if !(defined(__APPLE__) || defined(_WIN32) || defined(ANDROID))
// workaround for Wayland HiDPI issue
if (getenv("SDL_VIDEODRIVER")==NULL) {
setenv("SDL_VIDEODRIVER","x11",1);