comparison 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
comparison
equal deleted inserted replaced
870:a2eb84ed5280 871:d183ac29b879
142 gchar *titleFormat; 142 gchar *titleFormat;
143 143
144 gboolean subAutoEnable, 144 gboolean subAutoEnable,
145 subAutoMinOnly; 145 subAutoMinOnly;
146 gint subAutoMinTime; 146 gint subAutoMinTime;
147
148 gchar *romPath;
147 } xs_cfg; 149 } xs_cfg;
148 150
149 XS_MUTEX_H(xs_cfg); 151 XS_MUTEX_H(xs_cfg);
150 152
151 153