16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

add gfx.angleplatform ini setting

This commit is contained in:
milek7
2021-01-21 22:15:57 +01:00
parent 1374dec99c
commit 7cacab0dc8
9 changed files with 443 additions and 164 deletions

View File

@@ -250,6 +250,7 @@ struct global_settings {
bool gfx_extraeffects = true;
bool gfx_shadergamma = false;
bool gfx_usegles = false;
std::string gfx_angleplatform;
bool vr = false;
std::string vr_backend;