diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-14 00:43:07 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-14 00:43:07 +0100 |
commit | 91902a031e2a39af11e4a6679e34d169836efdd4 (patch) | |
tree | e17f3dcbf628b066dfb68dfeeefd9f27860decf3 /src | |
parent | another fix for new renderer (diff) | |
download | re3-91902a031e2a39af11e4a6679e34d169836efdd4.tar re3-91902a031e2a39af11e4a6679e34d169836efdd4.tar.gz re3-91902a031e2a39af11e4a6679e34d169836efdd4.tar.bz2 re3-91902a031e2a39af11e4a6679e34d169836efdd4.tar.lz re3-91902a031e2a39af11e4a6679e34d169836efdd4.tar.xz re3-91902a031e2a39af11e4a6679e34d169836efdd4.tar.zst re3-91902a031e2a39af11e4a6679e34d169836efdd4.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/MenuScreensCustom.cpp | 4 | ||||
-rw-r--r-- | src/core/config.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/MenuScreensCustom.cpp b/src/core/MenuScreensCustom.cpp index 5733c369..d36901c5 100644 --- a/src/core/MenuScreensCustom.cpp +++ b/src/core/MenuScreensCustom.cpp @@ -718,10 +718,10 @@ CMenuScreenCustom aScreens[] = { #ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS // MENUPAGE_DETECT_JOYSTICK - { "FEC_JOD", MENUPAGE_CONTROLLER_PC, nil, nil, + { "FEC_JOD", MENUPAGE_CONTROLLER_PC, new CCustomScreenLayout({0, 0, 0, false, false, 30}), nil, MENUACTION_LABEL, "FEC_JPR", { nil, SAVESLOT_NONE, MENUPAGE_NONE }, 0, 0, 0, - MENUACTION_CFO_DYNAMIC, "FEC_JDE", { new CCFODynamic(nil, nil, DetectJoystickDraw, nil) }, 40, 200, MENUALIGN_LEFT, + MENUACTION_CFO_DYNAMIC, "FEC_JDE", { new CCFODynamic(nil, nil, DetectJoystickDraw, nil) }, 80, 200, MENUALIGN_LEFT, MENUACTION_GOBACK, "FEDS_TB", {nil, SAVESLOT_NONE, MENUPAGE_NONE}, 320, 225, MENUALIGN_CENTER, }, #endif diff --git a/src/core/config.h b/src/core/config.h index caca5748..d4ea2a19 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -272,7 +272,7 @@ enum Config { #define XINPUT #endif #if !defined(_WIN32) && !defined(__SWITCH__) -//#define DONT_TRUST_RECOGNIZED_JOYSTICKS // Then we'll only rely on GLFW gamepad DB, and expect user to enter Controller->Detect joysticks if his joystick isn't on that list. +#define DONT_TRUST_RECOGNIZED_JOYSTICKS // Then we'll only rely on GLFW gamepad DB, and expect user to enter Controller->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 |