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