(Steam) Swap OK/Cancel buttons by default

This commit is contained in:
twinaphex 2022-03-14 18:12:25 +01:00
parent d675276e28
commit 596bc4e686
1 changed files with 1 additions and 1 deletions

View File

@ -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