Solve segfault when saving configuration
This commit is contained in:
parent
42c18baad1
commit
f4090093b6
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ void cfgfile_save_options (struct zfile *f, struct uae_prefs *p, int type)
|
|||
cfgfile_write_str (f, _T("gfx_resolution"), lorestype1[p->gfx_resolution]);
|
||||
|
||||
#ifdef RASPBERRY
|
||||
cfgfile_dwrite (f, "gfx_correct_aspect=%d\n", p->gfx_correct_aspect);
|
||||
cfgfile_write (f, _T("gfx_correct_aspect"), _T("%d"), p->gfx_correct_aspect);
|
||||
#endif
|
||||
|
||||
cfgfile_write_bool (f, _T("immediate_blits"), p->immediate_blits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue