aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorwsoltys <wiso@no.way>2013-12-02 19:38:39 +0100
committerwsoltys <wiso@no.way>2013-12-02 21:54:07 +0100
commit30dba2fc2d56cc47b02e888f0dfabcd53e96d59f (patch)
tree13af2d44ed25986b5b0fe2ebec1931425b6471a3 /system
parentcef974ae0399f1a334944a14aa83d5d0395a2c3b (diff)
[WIN32] implemented test pattern for DirectX
Diffstat (limited to 'system')
-rw-r--r--system/settings/settings.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index aa1cdd7fb9..cd97a31990 100644
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -2111,7 +2111,12 @@
<control type="button" format="action" />
</setting>
<setting id="videoscreen.testpattern" type="action" label="226" help="36358">
- <requirement>HAS_GL</requirement>
+ <requirement>
+ <or>
+ <condition>HAS_GL</condition>
+ <condition>HAS_DX</condition>
+ </or>
+ </requirement>
<level>1</level>
<control type="button" format="action" />
</setting>