From 596bc4e6860e853216648ae203df1c00d902d2be Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Mar 2022 18:12:25 +0100 Subject: [PATCH] (Steam) Swap OK/Cancel buttons by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index fe7cd1a5a9..fbcbdc9b8f 100644 --- a/config.def.h +++ b/config.def.h @@ -855,7 +855,7 @@ static const unsigned input_backtouch_toggle = false; #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 #else #define DEFAULT_MENU_SWAP_OK_CANCEL_BUTTONS false