X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fconfig.c;h=9950b13d088dd2555bb432260b591e4766bf0f43;hb=ca69c3e5a0ecf407c02dc85c6f3282ebb1efc5a2;hp=3794cee389a8743ac83392e3fbbdb2219564696e;hpb=4ec1acc11b956edc554c72a5ee4e7d875d188ee6;p=libpicofe.git diff --git a/common/config.c b/common/config.c index 3794cee..9950b13 100644 --- a/common/config.c +++ b/common/config.c @@ -19,6 +19,7 @@ static char *mystrip(char *str); #ifndef _MSC_VER #include "menu.h" +#include "menu_pico.h" #include "emu.h" #include @@ -756,7 +757,6 @@ int config_readsect(const char *fname, const char *section) keys_encountered = 0; memset(input_dev_map, 0xff, sizeof(input_dev_map)); - in_config_start(); while (!feof(f)) { ret = config_get_var_val(f, line, sizeof(line), &var, &val); @@ -765,7 +765,6 @@ int config_readsect(const char *fname, const char *section) parse(var, val); } - in_config_end(); fclose(f); return 0;