Fixed default resolution for CD32 (no more border cut-off) for QuickStart panel

This commit is contained in:
Dimitris Panokostas 2017-12-15 20:37:31 +01:00
parent 8508ae2497
commit 08669427f5

View file

@ -209,6 +209,8 @@ static void AdjustPrefs(void)
changed_prefs.floppyslots[1].dfxtype = DRV_NONE;
changed_prefs.cdslots[0].inuse = true;
changed_prefs.cdslots[0].type = SCSI_UNIT_IMAGE;
changed_prefs.gfx_size.width = 768;
changed_prefs.gfx_size.height = 270;
break;
default:
break;