mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 14:47:39 +00:00
CAP_NOSHADER
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user