mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
add 720p 21:9
This commit is contained in:
parent
bd1f51d265
commit
38c1ac68c3
3
build.sh
3
build.sh
@ -49,6 +49,7 @@ res_480p=( "Performance" 854 480 )
|
|||||||
res_540p219=( "Performance" 1280 540 )
|
res_540p219=( "Performance" 1280 540 )
|
||||||
res_540p489=( "Performance" 2880 540 )
|
res_540p489=( "Performance" 2880 540 )
|
||||||
res_540p=( "Performance" 960 540 )
|
res_540p=( "Performance" 960 540 )
|
||||||
|
res_720p219=( "Performance" 1706 720 )
|
||||||
res_720p489=( "Performance" 3840 720 )
|
res_720p489=( "Performance" 3840 720 )
|
||||||
res_720p=( "Performance" 1280 720 )
|
res_720p=( "Performance" 1280 720 )
|
||||||
res_900p219=( "Quality" 2100 900 )
|
res_900p219=( "Quality" 2100 900 )
|
||||||
@ -108,7 +109,7 @@ std_respack () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
res16by9=( "360p" "480p" "540p" "720p" "900p" "1080p" "1440p" "1800p" "2160p" "2880p" "4320p" "5760p" )
|
res16by9=( "360p" "480p" "540p" "720p" "900p" "1080p" "1440p" "1800p" "2160p" "2880p" "4320p" "5760p" )
|
||||||
res21by9=( "540p219" "900p219" "1080p219" "1440p219" "1800p219" "2160p219" "2880p219" "4320p219" "5760p219" )
|
res21by9=( "540p219" "720p219" "900p219" "1080p219" "1440p219" "1800p219" "2160p219" "2880p219" "4320p219" "5760p219" )
|
||||||
res48by9=( "360p489" "480p489" "540p489" "720p489" "900p489" "1080p489" "1440p489" "1800p489" "2160p489" "2880p489" "4320p489" "5760p489" )
|
res48by9=( "360p489" "480p489" "540p489" "720p489" "900p489" "1080p489" "1440p489" "1800p489" "2160p489" "2880p489" "4320p489" "5760p489" )
|
||||||
just720p=( "720p" )
|
just720p=( "720p" )
|
||||||
just1080p=( "1080p" )
|
just1080p=( "1080p" )
|
||||||
|
Loading…
Reference in New Issue
Block a user