File tree Expand file tree Collapse file tree 2 files changed +27
-12
lines changed Expand file tree Collapse file tree 2 files changed +27
-12
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Visible = True
210
210
Enabled = True
211
211
Name = CheckboxIgnoreMultiDisplays
212
212
Anchor = Left, Top
213
- Text = Ignore Multi-Displays
213
+ Text = Enable Multi-Display Fullscreen
214
214
Checked = Unchecked
215
215
216
216
[LabelSplitscreenType]
@@ -396,19 +396,19 @@ Enabled = True
396
396
Name = TextboxCustomHeight
397
397
Anchor = Left, Top
398
398
399
- [CheckboxCustomUpscaled ]
400
- ControlType = CHECKBOX
399
+ [ComboboxResolutionMultiplier ]
400
+ ControlType = COMBOBOX
401
401
Parent = CollectionCustomResolution
402
402
X = 284
403
403
Y = 11
404
404
Width = 60
405
405
Height = 16
406
406
Visible = True
407
407
Enabled = True
408
- Name = CheckboxCustomUpscaled
408
+ Name = ComboboxResolutionMultiplier
409
409
Anchor = Left, Top
410
- Checked = Unchecked
411
- Text = Upscaled
410
+ Text = 2
411
+ DropDownStyle = DropDown
412
412
413
413
[ButtonApplyCustomResolution]
414
414
ControlType = BUTTON
Original file line number Diff line number Diff line change @@ -185,6 +185,20 @@ Anchor = Left, Top
185
185
Text = Enable VSync
186
186
Checked = Unchecked
187
187
188
+ [CheckboxFullscreen]
189
+ ControlType = CHECKBOX
190
+ Parent = CollectionBoxVideoSettings
191
+ X = 14
192
+ Y = 135
193
+ Width = 85
194
+ Height = 16
195
+ Visible = True
196
+ Enabled = True
197
+ Name = CheckboxFullscreen
198
+ Anchor = Left, Top
199
+ Text = Fullscreen
200
+ Checked = Unchecked
201
+
188
202
[CheckboxIgnoreMultiDisplays]
189
203
ControlType = CHECKBOX
190
204
Parent = CollectionBoxVideoSettings
@@ -382,19 +396,20 @@ Enabled = True
382
396
Name = TextboxCustomHeight
383
397
Anchor = Left, Top
384
398
385
- [CheckboxCustomUpscaled ]
386
- ControlType = CHECKBOX
399
+ [ComboboxResolutionMultiplier ]
400
+ ControlType = COMBOBOX
387
401
Parent = CollectionCustomResolution
388
402
X = 284
389
403
Y = 11
390
404
Width = 60
391
405
Height = 16
392
406
Visible = True
393
407
Enabled = True
394
- Name = CheckboxCustomUpscaled
408
+ Name = ComboboxResolutionMultiplier
395
409
Anchor = Left, Top
396
- Checked = Unchecked
397
- Text = Upscaled
410
+ Text = 2
411
+ DropDownStyle = DropDown
412
+
398
413
399
414
[ButtonApplyCustomResolution]
400
415
ControlType = BUTTON
@@ -3729,4 +3744,4 @@ Enabled = True
3729
3744
Name = TabMiscSettings
3730
3745
Anchor = Left, Top
3731
3746
Text = Misc.
3732
- Selected = False
3747
+ Selected = False
You can’t perform that action at this time.
0 commit comments