set the current settings for the online version

This commit is contained in:
Zeno Rogue 2019-05-07 01:24:43 +02:00
parent 5804387283
commit 492a4dce8d
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
#define ISWEB 1
#define ISMINI 1
#define ISMINI 0
#define CAP_AUDIO 0
#define CAP_SDLGFX 0
#define CAP_PNG 0
@ -14,6 +14,8 @@
#define CAP_INV 0
#define CAP_URL 1
#define GLES_ONLY
#define MAXMDIM 3
#define CAP_COMPLEX2 0
#ifndef CAP_ORIENTATION
#define CAP_ORIENTATION 1