From a500f050272a8cca97ed0bbb7f8d7156555c61a7 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 22 Dec 2003 00:01:31 +0000 Subject: Added memory menu and some devel changes --- src/config.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 3fdb00a..0614c64 100644 --- a/src/config.c +++ b/src/config.c @@ -50,6 +50,7 @@ static int fullscreen=FALSE; static int memsize=16; static int frames=50; static int scale=1; +static int trace=0; static const struct { @@ -63,6 +64,7 @@ static const struct {"memsize", &memsize, TRUE}, {"frames", &frames, TRUE}, {"scale", &scale, TRUE}, + {"trace", &trace, TRUE}, {NULL, NULL, FALSE} }; @@ -151,7 +153,8 @@ int IConfig(IConfigVar v) &fullscreen, &memsize, &frames, - &scale + &scale, + &trace }; return *vars[v]; -- cgit v1.2.3