Fixed #100 for SDL2 (CD32 resolution was lower than normal)
This commit is contained in:
parent
9e84ac2c49
commit
87f0be1d73
1 changed files with 2 additions and 0 deletions
|
@ -4818,8 +4818,10 @@ static int bip_cd32(struct uae_prefs *p, int config, int compa, int romcheck)
|
|||
p->cdslots[0].inuse = true;
|
||||
p->cdslots[0].type = SCSI_UNIT_IMAGE;
|
||||
|
||||
#ifdef PANDORA
|
||||
p->gfx_size.width = 384;
|
||||
p->gfx_size.height = 256;
|
||||
#endif
|
||||
|
||||
p->m68k_speed = M68K_SPEED_14MHZ_CYCLES;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue