switch to 4/3 by default on Rpi
This commit is contained in:
parent
8eeb37fb4b
commit
8ddbaac58f
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue