summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-22 00:01:31 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-22 00:01:31 +0000
commita500f050272a8cca97ed0bbb7f8d7156555c61a7 (patch)
tree879d83916f2dae38e3574c4937098e40ae27bdb0 /src/config.h
parent9443eab98692b668fd35fc2a7e2cfb043953dbc7 (diff)
Added memory menu and some devel changes
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index d937cb6..4613db3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -35,7 +35,8 @@ typedef enum
CONF_FULLSCREEN,
CONF_MEMSIZE,
CONF_FRAMES_PER_SEC,
- CONF_SCALE
+ CONF_SCALE,
+ CONF_TRACE
} IConfigVar;