Enable Horizontal centering by default
This commit is contained in:
parent
f48e2d2d22
commit
3a4f71e14c
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ struct amiberry_options
|
|||
char default_ar_key[128] = "Pause";
|
||||
char default_fullscreen_toggle_key[128]{};
|
||||
int rotation_angle = 0;
|
||||
bool default_horizontal_centering = false;
|
||||
bool default_horizontal_centering = true;
|
||||
bool default_vertical_centering = false;
|
||||
int default_scaling_method = -1;
|
||||
bool default_frameskip = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue