mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
disabled CAP_SOLV and CAP_RAY in mobile due to the limits of GLES
This commit is contained in:
parent
a1d54a819d
commit
695dee5b98
@ -634,7 +634,7 @@ union SDL_Event;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_SOLV
|
#ifndef CAP_SOLV
|
||||||
#define CAP_SOLV (MAXMDIM >= 4 && !ISWEB)
|
#define CAP_SOLV (MAXMDIM >= 4 && !ISWEB && !ISMOBILE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_FIELD
|
#ifndef CAP_FIELD
|
||||||
@ -642,7 +642,7 @@ union SDL_Event;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_RAY
|
#ifndef CAP_RAY
|
||||||
#define CAP_RAY (MAXMDIM >= 4 && CAP_GL)
|
#define CAP_RAY (MAXMDIM >= 4 && CAP_GL && !ISMOBILE && !ISWEB)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CAP_MEMORY_RESERVE
|
#ifndef CAP_MEMORY_RESERVE
|
||||||
|
Loading…
Reference in New Issue
Block a user