diff options
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 47975c73994..d7745e43843 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -181,6 +181,9 @@ TODO: document the other workarounds. <application name="The Witcher 2" executable="witcher2"> <option name="mesa_glthread" value="true"/> </application> + <application name="American Truck Simulator" executable="amtrucks"> + <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"> |