Update config.def.h
This commit is contained in:
parent
9750ebcf71
commit
2802817239
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
#define DEFAULT_TOUCH_SCALE 1
|
#define DEFAULT_TOUCH_SCALE 1
|
||||||
|
|
||||||
#if defined(RARCH_MOBILE) || defined(HAVE_LIBNX) || defined(__WINRT__)
|
#if defined(RARCH_MOBILE) || defined(HAVE_LIBNX) || defined(__WINRT__) || defined(EMSCRIPTEN)
|
||||||
#define DEFAULT_POINTER_ENABLE true
|
#define DEFAULT_POINTER_ENABLE true
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_POINTER_ENABLE false
|
#define DEFAULT_POINTER_ENABLE false
|
||||||
|
|
Loading…
Reference in New Issue