From f0bbf53537048077710bfd04e586fe3f05483187 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 19 Oct 2015 03:44:57 +0200 Subject: [PATCH] Enable pause_nonactive by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e4257bd76c..1ebff3e0b8 100644 --- a/config.def.h +++ b/config.def.h @@ -653,7 +653,7 @@ static const unsigned rewind_buffer_size = 20 << 20; /* 20MiB */ static const unsigned rewind_granularity = 1; /* Pause gameplay when gameplay loses focus. */ -static const bool pause_nonactive = false; +static const bool pause_nonactive = true; /* Saves non-volatile SRAM at a regular interval. * It is measured in seconds. A value of 0 disables autosave. */