Fixed saving of cache setting that rev 578 broke.
This commit is contained in:
parent
bfc69a4bea
commit
53f1da90ab
1 changed files with 1 additions and 0 deletions
1
src/pc.c
1
src/pc.c
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue