diff options
author | tpart <tpart120@proton.me> | 2024-07-30 19:08:59 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-30 19:08:59 +0200 |
commit | 81a09080594e0b29a6b367fe3b3dff51ddefdfb9 (patch) | |
tree | 1066f02fa2fdd1569cc97912a6da3ba9a50e7b36 /client | |
parent | 9a946117a9da4a94f2c22af1fc68879c7f57e7a5 (diff) | |
download | hurrycurry-81a09080594e0b29a6b367fe3b3dff51ddefdfb9.tar hurrycurry-81a09080594e0b29a6b367fe3b3dff51ddefdfb9.tar.bz2 hurrycurry-81a09080594e0b29a6b367fe3b3dff51ddefdfb9.tar.zst |
Android: Make game run in immersive mode
Diffstat (limited to 'client')
-rw-r--r-- | client/export_presets.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg index 5a1cb7f4..ea17398f 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -346,7 +346,7 @@ launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -screen/immersive_mode=false +screen/immersive_mode=true screen/support_small=true screen/support_normal=true screen/support_large=true @@ -549,7 +549,7 @@ launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -screen/immersive_mode=false +screen/immersive_mode=true screen/support_small=true screen/support_normal=true screen/support_large=true @@ -752,7 +752,7 @@ launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -screen/immersive_mode=false +screen/immersive_mode=true screen/support_small=true screen/support_normal=true screen/support_large=true @@ -955,7 +955,7 @@ launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -screen/immersive_mode=false +screen/immersive_mode=true screen/support_small=true screen/support_normal=true screen/support_large=true |