Fix #683: default screen width/height was not picked up from amiberry.conf
This commit is contained in:
parent
55bf8b462c
commit
7ef3169633
1 changed files with 2 additions and 2 deletions
|
@ -388,8 +388,8 @@ void target_default_options(struct uae_prefs* p, int type)
|
|||
p->kbd_led_num = -1; // No status on numlock
|
||||
p->kbd_led_scr = -1; // No status on scrollock
|
||||
|
||||
p->gfx_monitor.gfx_size.width = amiberry_options.default_width;
|
||||
p->gfx_monitor.gfx_size.height = amiberry_options.default_height;
|
||||
p->gfx_monitor.gfx_size_win.width = amiberry_options.default_width;
|
||||
p->gfx_monitor.gfx_size_win.height = amiberry_options.default_height;
|
||||
|
||||
p->gfx_auto_height = amiberry_options.default_auto_height;
|
||||
p->gfx_correct_aspect = amiberry_options.default_correct_aspect_ratio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue