Fixed saving of cache setting that rev 578 broke.

This commit is contained in:
SarahW 2016-11-28 21:03:23 +00:00
commit 53f1da90ab

View file

@ -708,6 +708,7 @@ void saveconfig()
config_set_int(NULL, "sndcard", sound_card_current);
config_set_int(NULL, "cpu_speed", cpuspeed);
config_set_int(NULL, "has_fpu", hasfpu);
config_set_int(NULL, "cache", cache);
config_set_int(NULL, "cga_composite", cga_comp);
config_set_string(NULL, "disc_a", discfns[0]);
config_set_string(NULL, "disc_b", discfns[1]);