switch to 4/3 by default on Rpi

This commit is contained in:
Chips-fr 2015-05-23 21:59:32 +00:00
parent 8eeb37fb4b
commit 8ddbaac58f

View file

@ -1866,7 +1866,11 @@ void default_prefs (struct uae_prefs *p, int type)
p->gfx_size_fs.height = 480;
p->gfx_vsync = 1;
p->gfx_lores = 1;
#ifdef RASPBERRY
p->gfx_correct_aspect = 1;
#else
p->gfx_correct_aspect = 0;
#endif
p->gfx_xcenter = 0;
p->gfx_ycenter = 0;