diff options
| author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-05 17:51:57 +0300 |
|---|---|---|
| committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-05 18:23:50 +0300 |
| commit | c7ba01b034ab67b1343bc728bd058c47eb48efc4 (patch) | |
| tree | 130781cee8e0b7f8f00162dfb2e895211d4e097f /src/core/Frontend.h | |
| parent | MP3 player fixes (diff) | |
| download | re3-c7ba01b034ab67b1343bc728bd058c47eb48efc4.tar.gz | |
Detect joystick menu for XInput
Diffstat (limited to 'src/core/Frontend.h')
| -rw-r--r-- | src/core/Frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h index 9c666809..538ae78b 100644 --- a/src/core/Frontend.h +++ b/src/core/Frontend.h @@ -243,7 +243,7 @@ enum eMenuScreen #ifdef GRAPHICS_MENU_OPTIONS MENUPAGE_GRAPHICS_SETTINGS, #endif -#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS +#ifdef DETECT_JOYSTICK_MENU MENUPAGE_DETECT_JOYSTICK, #endif |
