diff options
author | withmorten <morten.with@gmail.com> | 2020-11-05 19:57:13 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2020-11-05 19:57:13 +0100 |
commit | bd78b5ff4e4d909c7d290b2a1bc823397ca3f930 (patch) | |
tree | 8a2bcb57b8047cd13203b12224c5846d479774df /src/core/config.h | |
parent | RwRenderStateGet (diff) | |
download | re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.tar re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.tar.gz re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.tar.bz2 re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.tar.lz re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.tar.xz re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.tar.zst re3-bd78b5ff4e4d909c7d290b2a1bc823397ca3f930.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index bdc5cd54..e604699d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -259,6 +259,7 @@ enum Config { #define REGISTER_START_BUTTON //#define BIND_VEHICLE_FIREWEAPON // Adds ability to rebind fire key for 'in vehicle' controls #define BUTTON_ICONS // use textures to show controller buttons +#define INVERT_LOOK_FOR_PAD // add bInvertLook4Pad from VC // Hud, frontend and radar #define HUD_ENHANCEMENTS // Adjusts some aspects to make the HUD look/behave a little bit better. |