1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

introduced new CAP, CAP_PORTALS

This commit is contained in:
Zeno Rogue
2023-04-15 01:27:35 +02:00
parent 0410f54d43
commit 3f1dc8a4c4
6 changed files with 16 additions and 12 deletions

View File

@@ -654,6 +654,10 @@ union SDL_Event;
#define CAP_RAY (MAXMDIM >= 4 && CAP_GL && !ISMOBILE && !ISWEB)
#endif
#ifndef CAP_PORTALS
#define CAP_PORTALS CAP_RAY
#endif
#ifndef CAP_MEMORY_RESERVE
#define CAP_MEMORY_RESERVE (!ISMOBILE && !ISWEB)
#endif