Enable pause_nonactive by default

This commit is contained in:
twinaphex 2015-10-19 03:44:57 +02:00
parent 55fe18c8f7
commit f0bbf53537

View File

@ -653,7 +653,7 @@ static const unsigned rewind_buffer_size = 20 << 20; /* 20MiB */
static const unsigned rewind_granularity = 1; static const unsigned rewind_granularity = 1;
/* Pause gameplay when gameplay loses focus. */ /* 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. /* Saves non-volatile SRAM at a regular interval.
* It is measured in seconds. A value of 0 disables autosave. */ * It is measured in seconds. A value of 0 disables autosave. */