Fix #683: default screen width/height was not picked up from amiberry.conf
This commit is contained in:
parent
61ad8c9bd8
commit
422dbe6f0f
2 changed files with 4 additions and 4 deletions
|
@ -387,8 +387,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;
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
#define GETBDM(x) (((x) - (((x) / 10000) * 10000)) / 100)
|
||||
#define GETBDD(x) ((x) % 100)
|
||||
|
||||
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-08-17)")
|
||||
#define AMIBERRYDATE MAKEBD(2020, 8, 17)
|
||||
#define AMIBERRYVERSION _T("Amiberry v3.2 beta (2020-08-18)")
|
||||
#define AMIBERRYDATE MAKEBD(2020, 8, 18)
|
||||
|
||||
#define IHF_WINDOWHIDDEN 6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue