Enable Horizontal centering by default

This commit is contained in:
Dimitris Panokostas 2020-06-11 21:15:50 +02:00
parent f48e2d2d22
commit 3a4f71e14c

View file

@ -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;