From f21b878ed6550e3cb5c8a169de469aa475a62bea Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Mon, 21 Nov 2022 18:12:53 +0100 Subject: [PATCH] Disable 'Pause on Disconnect' by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index fdb8482a1f..28ca87d025 100644 --- a/config.def.h +++ b/config.def.h @@ -1207,7 +1207,7 @@ static const bool audio_enable_menu_bgm = false; #endif /* Pause gameplay when controller disconnects. */ -#define DEFAULT_PAUSE_ON_DISCONNECT true +#define DEFAULT_PAUSE_ON_DISCONNECT false /* Saves non-volatile SRAM at a regular interval. * It is measured in seconds. A value of 0 disables autosave. */