1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 14:47:39 +00:00

CAP_NOSHADER

This commit is contained in:
Zeno Rogue
2019-07-12 23:16:54 +02:00
parent 2e77224c56
commit 31c99e486f
2 changed files with 27 additions and 15 deletions

View File

@@ -80,6 +80,10 @@
#define CAP_SHADER CAP_GL
#endif
#ifndef CAP_NOSHADER
#define CAP_NOSHADER (!ISMOBILE && !ISWEB)
#endif
#ifndef CAP_ANIMATIONS
#define CAP_ANIMATIONS (!ISMINI)
#endif