diff options
Diffstat (limited to 'src/util/drirc')
-rw-r--r-- | src/util/drirc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/drirc b/src/util/drirc index 700402c6301..5ca4a266ec7 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -223,6 +223,12 @@ TODO: document the other workarounds. <application name="Outlast" executable="OLGame.x86_64"> <option name="mesa_glthread" value="true"/> </application> + <application name="Spec Ops: The Line (32-bit)" executable="specops.i386"> + <option name="mesa_glthread" value="true"/> + </application> + <application name="Spec Ops: The Line (64-bit)" executable="specops"> + <option name="mesa_glthread" value="true"/> + </application> </device> <!-- vmwgfx doesn't like full buffer swaps and can't sync to vertical retraces.--> <device driver="vmwgfx"> |