Mesa (master): drirc: Enable glthread for PCSX2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 13 23:17:43 UTC 2020


Module: Mesa
Branch: master
Commit: 4cf702c3326264c616c112280fe8947bfcc5eb11
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cf702c3326264c616c112280fe8947bfcc5eb11

Author: JibbityJobbity <jibbity at pm.me>
Date:   Thu May 14 00:38:07 2020 +1200

drirc: Enable glthread for PCSX2

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5023>

---

 src/util/00-mesa-defaults.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index fc9fa9e2a35..22c0cc295a7 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -418,6 +418,9 @@ TODO: document the other workarounds.
         <application name="RPCS3" executable="rpcs3">
             <option name="mesa_glthread" value="true"/>
         </application>
+        <application name="PCSX2" executable="PCSX2">
+            <option name="mesa_glthread" value="true"/>
+        </application>
 
         <application name="From The Depths" executable="From_The_Depths.x86_64">
             <option name="mesa_glthread" value="true"/>



More information about the mesa-commit mailing list