summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-11-16 00:36:47 +0100
committerGitHub <noreply@github.com>2020-11-16 00:36:47 +0100
commit1686eb98719ed06d4f146c9eebf1ba91a7cb80a2 (patch)
treeec077d93f1d1c315b8a5611d1f0355afb979be49 /src/core/config.h
parentMake collision code placement more like original (+ small fixes) (diff)
parentmove config.h define to CUSTOM_FRONTEND_OPTIONS (diff)
downloadre3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.tar
re3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.tar.gz
re3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.tar.bz2
re3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.tar.lz
re3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.tar.xz
re3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.tar.zst
re3-1686eb98719ed06d4f146c9eebf1ba91a7cb80a2.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index a55b018e..1d321175 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -275,6 +275,7 @@ enum Config {
# define NO_ISLAND_LOADING // disable loadscreen between islands via loading all island data at once, consumes more memory and CPU
# define CUTSCENE_BORDERS_SWITCH
# define MULTISAMPLING // adds MSAA option
+# define INVERT_LOOK_FOR_PAD // add bInvertLook4Pad from VC
# endif
#endif