mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 10:43:04 -03:00
Remove course preview textures, fixes #224
This commit is contained in:
parent
d1ec2a2be2
commit
fd38d4e787
1 changed files with 0 additions and 14 deletions
|
@ -180,13 +180,6 @@ height = 192
|
|||
overwriteWidth = <?=round($scaleFactorX*384)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*192)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 320
|
||||
height = 240
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*240)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 256
|
||||
#height = 256
|
||||
|
@ -194,13 +187,6 @@ overwriteHeight = <?=round($scaleFactorY*240)?>
|
|||
#overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 252
|
||||
height = 81
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*252)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*81)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 160
|
||||
height = 90
|
||||
|
|
Loading…
Add table
Reference in a new issue