Fixed default resolution for CD32 (no more border cut-off) for QuickStart panel
This commit is contained in:
parent
8508ae2497
commit
08669427f5
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue