From 80c20b29d8f1957da3e81052cb8ab88584b97e6d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 15 Oct 2017 23:22:21 +0100 Subject: [PATCH] drirc: Enable glthread for more games (Saints Row 4 & Gat out of Hell). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit “Saints Row: Gat out of Hell” benefits from this on slower CPUs in that usage spikes on individual cores are avoided, which in turn makes it harder to hit a bug which causes broken audio and the game to hang on exit. “Saints Row IV” appears to be fine either way, but also exhibits the audio breakage bug: glthread is therefore being enabled on the grounds that it should make it a little harder to hit that bug. Signed-off-by: Marek Olšák --- src/util/drirc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/drirc b/src/util/drirc index 5ca4a266ec7..3cf3d8dc699 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -190,6 +190,12 @@ TODO: document the other workarounds. + + + + -- 2.30.2