From 01662ec228d7f7afed5b660df2f56309a7fb622f Mon Sep 17 00:00:00 2001 From: GABO1423 <35014183+GABO1423@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:48:39 -0400 Subject: [PATCH] (UWP) Small Tweaks (#15647) --- config.def.h | 4 +--- griffin/griffin.c | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.def.h b/config.def.h index 1d307de80e..e790e1d791 100644 --- a/config.def.h +++ b/config.def.h @@ -845,7 +845,7 @@ #define DEFAULT_SYSTEMFILES_IN_CONTENT_DIR false #define DEFAULT_SCREENSHOTS_IN_CONTENT_DIR false -#if defined(RS90) || defined(RETROFW) || defined(MIYOO) +#if defined(RS90) || defined(RETROFW) || defined(MIYOO) || defined(SWITCH) || defined(ORBIS) || defined(__WINRT__) #define DEFAULT_MENU_TOGGLE_GAMEPAD_COMBO INPUT_COMBO_START_SELECT #elif defined(_XBOX1) || defined(__PS3__) || defined(_XBOX360) || defined(DINGUX) #define DEFAULT_MENU_TOGGLE_GAMEPAD_COMBO INPUT_COMBO_L3_R3 @@ -853,8 +853,6 @@ #define DEFAULT_MENU_TOGGLE_GAMEPAD_COMBO INPUT_COMBO_HOLD_START #elif defined(VITA) #define DEFAULT_MENU_TOGGLE_GAMEPAD_COMBO INPUT_COMBO_L1_R1_START_SELECT -#elif defined(SWITCH) || defined(ORBIS) -#define DEFAULT_MENU_TOGGLE_GAMEPAD_COMBO INPUT_COMBO_START_SELECT #elif TARGET_OS_TV #define DEFAULT_MENU_TOGGLE_GAMEPAD_COMBO INPUT_COMBO_DOWN_Y_L_R #else diff --git a/griffin/griffin.c b/griffin/griffin.c index a98a034269..9a3115abc9 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -19,9 +19,7 @@ #define CINTERFACE -#if !defined(__WINRT__) #define HAVE_IBXM 1 -#endif #if defined(HAVE_ZLIB) || defined(HAVE_7ZIP) #define HAVE_COMPRESSION 1