mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 00:40:20 +00:00
(UWP) Small Tweaks (#15647)
This commit is contained in:
parent
89a67e588b
commit
01662ec228
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user