mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
disabled CAP_SOLV and CAP_RAY in mobile due to the limits of GLES
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user