diff src/xs_config.h @ 871:d183ac29b879

Add ROM image path configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 04:24:48 +0200
parents 29f3c3f29c0d
children cd9f482f063f
line wrap: on
line diff
--- a/src/xs_config.h	Fri Nov 09 04:01:03 2012 +0200
+++ b/src/xs_config.h	Fri Nov 09 04:24:48 2012 +0200
@@ -144,6 +144,8 @@
     gboolean    subAutoEnable,
                 subAutoMinOnly;
     gint        subAutoMinTime;
+
+    gchar       *romPath;
 } xs_cfg;
 
 XS_MUTEX_H(xs_cfg);