mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Enable pause_nonactive by default
This commit is contained in:
parent
55fe18c8f7
commit
f0bbf53537
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user