added --disable-shaders arg

This commit is contained in:
itsmattkc
2019-01-12 01:46:42 +11:00
parent 462e7ba586
commit b1bb4b7808
4 changed files with 20 additions and 8 deletions
+1
View File
@@ -34,6 +34,7 @@ struct EffectMeta {
int subtype;
};
extern bool shaders_are_enabled;
extern QVector<EffectMeta> effects;
double log_volume(double linear);