mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 09:19:07 +01:00
[CS, ACaF] Rename ACaF folder name, add more resolutions to CS thanks to rulesGen
This commit is contained in:
parent
63a447c923
commit
8dfa5e5d58
@ -29,7 +29,7 @@ version = 2
|
|||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 1280
|
width = 1280
|
||||||
height = 720
|
height = 720
|
||||||
#formatsExcluded =
|
tileModesExcluded = 0x001
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
@ -20,8 +20,65 @@ tileModesExcluded = 0x001
|
|||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 1024
|
||||||
|
#height = 1024
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
|
#formatsExcluded =
|
||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 640
|
||||||
|
height = 360
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 512
|
||||||
|
#height = 512
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*512)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*512)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 320
|
||||||
|
height = 180
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 256
|
||||||
|
#height = 256
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 160
|
||||||
|
height = 90
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*160)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*90)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 64
|
||||||
|
#height = 64
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*64)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*64)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 32
|
||||||
|
height = 18
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*32)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*18)?>
|
||||||
|
2
build.sh
2
build.sh
@ -116,7 +116,7 @@ just1080p=( "1080p" )
|
|||||||
|
|
||||||
std_respack "AdventureTimeEtDBIDK" "${res16by9[@]/$just1080p}"
|
std_respack "AdventureTimeEtDBIDK" "${res16by9[@]/$just1080p}"
|
||||||
std_respack "AdventureTimeFJI" "${res16by9[@]/$just720p}"
|
std_respack "AdventureTimeFJI" "${res16by9[@]/$just720p}"
|
||||||
std_respack "AnimalCrossingAmiiboFestival" "${res16by9[@]/$just720p}"
|
std_respack "AmiiboFestival" "${res16by9[@]/$just720p}"
|
||||||
std_respack "AquaTV" "${res16by9[@]/$just720p}"
|
std_respack "AquaTV" "${res16by9[@]/$just720p}"
|
||||||
std_respack "BatmanArkham" "${res16by9[@]/$just720p}"
|
std_respack "BatmanArkham" "${res16by9[@]/$just720p}"
|
||||||
std_respack "Bayonetta" "${res16by9[@]/$just720p}"
|
std_respack "Bayonetta" "${res16by9[@]/$just720p}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user