(Steam) Swap OK/Cancel buttons by default
This commit is contained in:
parent
d675276e28
commit
596bc4e686
|
@ -855,7 +855,7 @@ static const unsigned input_backtouch_toggle = false;
|
||||||
|
|
||||||
#define DEFAULT_OVERLAY_SHOW_INPUTS_PORT 0
|
#define DEFAULT_OVERLAY_SHOW_INPUTS_PORT 0
|
||||||
|
|
||||||
#if defined(ANDROID) || defined(_WIN32)
|
#if defined(ANDROID) || defined(_WIN32) || defined(HAVE_STEAM)
|
||||||
#define DEFAULT_MENU_SWAP_OK_CANCEL_BUTTONS true
|
#define DEFAULT_MENU_SWAP_OK_CANCEL_BUTTONS true
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_MENU_SWAP_OK_CANCEL_BUTTONS false
|
#define DEFAULT_MENU_SWAP_OK_CANCEL_BUTTONS false
|
||||||
|
|
Loading…
Reference in New Issue