summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-01-08 18:50:33 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-01-08 18:50:33 -0800
commit8775a7ac7c2cdc2ee752d9933c247a190f45e5bb (patch)
treef3941cf189dc808dcd971879a09c4f1ae4feae7e /src/parse.c
parent733e2e324f8e48ac5bc2f77e0fe9305ca29312de (diff)
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index 5bc6f9a..f55dc63 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -97,7 +97,7 @@ AttributeTableEntry attributeTable[] = {
{ "AssociatedDisplays", NV_CTRL_ASSOCIATED_DISPLAY_DEVICES, N|D },
{ "ProbeDisplays", NV_CTRL_PROBE_DISPLAYS, A },
{ "Depth30Allowed", NV_CTRL_DEPTH_30_ALLOWED, N },
- { "ForceGenericCpu", NV_CTRL_FORCE_GENERIC_CPU, N },
+ { "ForceGenericCpu", NV_CTRL_FORCE_GENERIC_CPU, 0 },
{ "GammaCorrectedAALines", NV_CTRL_OPENGL_AA_LINE_GAMMA, 0 },
{ "ShowSLIHUD", NV_CTRL_SHOW_SLI_HUD, 0 },
{ "CursorShadow", NV_CTRL_CURSOR_SHADOW, 0 },