From 45f2f74d454f0717607d413b8e0c73b5b3150d12 Mon Sep 17 00:00:00 2001 From: Nikos Chantziaras Date: Fri, 17 Dec 2021 06:42:13 +0200 Subject: [PATCH] Add gamemode_enable to skeleton retroarch.cfg (#13366) --- retroarch.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/retroarch.cfg b/retroarch.cfg index 5c571a89dc..45b729b727 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -1000,3 +1000,9 @@ # Enable device vibration for supported cores # enable_device_vibration = false +# Enable game mode on supported platforms. +# Depending on the system, it can result in more stable frame times, less audio +# crackling, better performance and lower latency. On Linux, Feral GameMode +# needs to be installed (https://github.com/FeralInteractive/gamemode). +# +# gamemode_enable = true