mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
[MK8] Temporairly disable 1280x800 tv resolution
WIll re-enable once the crash is fixed
This commit is contained in:
parent
a29eb216f6
commit
89310bf295
1 changed files with 6 additions and 6 deletions
|
@ -174,12 +174,12 @@ $height = 5760
|
||||||
|
|
||||||
# 16:10 Resolutions
|
# 16:10 Resolutions
|
||||||
|
|
||||||
[Preset]
|
#[Preset]
|
||||||
name = 1280x800
|
#name = 1280x800
|
||||||
category = TV Resolution
|
#category = TV Resolution
|
||||||
condition = ((($aspectRatioWidth - 16) == 0) + (($aspectRatioHeight - 10) == 0)) == 2
|
#condition = ((($aspectRatioWidth - 16) == 0) + (($aspectRatioHeight - 10) == 0)) == 2
|
||||||
$width = 1280
|
#$width = 1280
|
||||||
$height = 800
|
#$height = 800
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1440x900
|
name = 1440x900
|
||||||
|
|
Loading…
Reference in a new issue