summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-09-30 19:54:42 +0200
committereray orçunus <erayorcunus@gmail.com>2020-09-30 19:54:42 +0200
commitee3f5744f52d7776cc9ce22db1788aa94e011203 (patch)
treec4daf1fce5ee1d5a1765fd1f6a53775d342ec955 /src/core/config.h
parentfixed bad bug (diff)
parentFixes, mouse AUX buttons, joystick detect menu (diff)
downloadre3-ee3f5744f52d7776cc9ce22db1788aa94e011203.tar
re3-ee3f5744f52d7776cc9ce22db1788aa94e011203.tar.gz
re3-ee3f5744f52d7776cc9ce22db1788aa94e011203.tar.bz2
re3-ee3f5744f52d7776cc9ce22db1788aa94e011203.tar.lz
re3-ee3f5744f52d7776cc9ce22db1788aa94e011203.tar.xz
re3-ee3f5744f52d7776cc9ce22db1788aa94e011203.tar.zst
re3-ee3f5744f52d7776cc9ce22db1788aa94e011203.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index e8e15ebe..0f3cb2ef 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -226,6 +226,9 @@ enum Config {
#if !defined(RW_GL3) && defined(_WIN32)
#define XINPUT
#endif
+#if defined(RW_GL3) && !defined(__SWITCH__) // TODO
+#define DONT_TRUST_RECOGNIZED_JOYSTICKS // Then we'll only rely on GLFW gamepad DB, and want user to enter Cpntroller->Detect joysticks if his joystick isn't on that list.
+#endif
#define DETECT_PAD_INPUT_SWITCH // Adds automatic switch of pad related stuff between controller and kb/m
#define KANGAROO_CHEAT
#define ALLCARSHELI_CHEAT