Skip to content
Snippets Groups Projects
Commit dcf13fba authored by Lionel Landwerlin's avatar Lionel Landwerlin
Browse files

drirc: include unreal engine version 0 to 23


This was meant to include up to version 23.

Signed-off-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 0616b7ac ("vulkan: add vk_x11_strict_image_count option")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111522


Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
parent 10206ba1
No related branches found
No related tags found
Loading
......@@ -475,7 +475,7 @@ TODO: document the other workarounds.
<!-- Works around the game not starting (does not deal with
the implementation returning more images than the minimum
specified by the application. -->
<engine engine_name_match="UnrealEngine4.*" engine_versions="0:21">
<engine engine_name_match="UnrealEngine4.*" engine_versions="0:23">
<option name="vk_x11_strict_image_count" value="true" />
</engine>
</device>
......
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