mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
CAP_ORIENTATION is optional in hyperweb
This commit is contained in:
parent
97aa318f79
commit
458baefab6
@ -11,10 +11,13 @@
|
||||
#define CAP_SDLTTF 0
|
||||
#define CAP_SHMUP 0
|
||||
#define CAP_RUG 1
|
||||
#define CAP_ORIENTATION 1
|
||||
#define CAP_INV 0
|
||||
#define GLES_ONLY
|
||||
|
||||
#ifndef CAP_ORIENTATION
|
||||
#define CAP_ORIENTATION 1
|
||||
#endif
|
||||
|
||||
#ifdef FAKEWEB
|
||||
void mainloopiter();
|
||||
template<class A, class B, class C> void emscripten_set_main_loop(A a, B b, C c) { while(true) mainloopiter(); }
|
||||
|
Loading…
Reference in New Issue
Block a user