Skip to content

Commit

Permalink
Disable post processing on Android by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lhofhansl committed Feb 13, 2024
1 parent 7b09193 commit 6cfdcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/defaultsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ void set_default_settings()
#endif
// Altered settings for Android
#ifdef __ANDROID__
settings->setDefault("enable_post_processing", "false");
settings->setDefault("screen_w", "0");
settings->setDefault("screen_h", "0");
settings->setDefault("fullscreen", "true");
Expand Down

0 comments on commit 6cfdcfb

Please sign in to comment.