mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 19:47:54 +00:00
moved CAP_NCONF and CAP_RVSLIDES back to rogueviz
This commit is contained in:
12
sysconfig.h
12
sysconfig.h
@@ -63,14 +63,6 @@
|
||||
#define ISMINI 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_NCONF
|
||||
#define CAP_NCONF 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_DRAW
|
||||
#define CAP_DRAW 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_XGD
|
||||
#define CAP_XGD (ISANDROID || ISFAKEMOBILE)
|
||||
#endif
|
||||
@@ -213,10 +205,6 @@
|
||||
#define CAP_ROGUEVIZ 0
|
||||
#endif
|
||||
|
||||
#ifndef CAP_RVSLIDES
|
||||
#define CAP_RVSLIDES (CAP_TOUR && !ISWEB)
|
||||
#endif
|
||||
|
||||
#ifndef CAP_PROFILING
|
||||
#define CAP_PROFILING 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user