Skip to content
Snippets Groups Projects
Commit f3ec4a93 authored by Timothy Arceri's avatar Timothy Arceri Committed by Marge Bot
Browse files

util: add workaround for Full Bore


Unfortunately I contacted the dev about this issue years ago and he
made a fix, but it has never been released after all these years.

This stops the screen from being completely black in game.

CC: mesa-stable

Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!11941>
parent 2f5cd08e
No related branches found
No related tags found
Loading
......@@ -134,6 +134,10 @@ TODO: document the other workarounds.
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
</application>
<application name="Full Bore" executable="fullbore">
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
</application>
<application name="RAGE (64-bit)" executable="Rage64.exe">
<option name="allow_glsl_builtin_variable_redeclaration" value="true" />
</application>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment