Implement half-res for sm4sh

This commit is contained in:
Michael 2017-01-18 21:00:32 -08:00
parent 8623b61744
commit 08207808dc
3 changed files with 21 additions and 3 deletions

View File

@ -6,4 +6,10 @@ name = "Super Smash Bros. - 540p"
width = 1920
height = 1080
overwriteWidth = 960
overwriteHeight = 540
overwriteHeight = 540
[TextureRedefine] # half-res alpha
overwriteWidth = 960
overwriteHeight = 540
overwriteWidth = 480
overwriteHeight = 270

View File

@ -6,4 +6,10 @@ name = "Super Smash Bros. - 1440p (2K)"
width = 1920
height = 1080
overwriteWidth = 2560
overwriteHeight = 1440
overwriteHeight = 1440
[TextureRedefine] # half-res alpha
overwriteWidth = 960
overwriteHeight = 540
overwriteWidth = 1280
overwriteHeight = 720

View File

@ -6,4 +6,10 @@ name = "Super Smash Bros. - 2160p (4K)"
width = 1920
height = 1080
overwriteWidth = 3840
overwriteHeight = 2160
overwriteHeight = 2160
[TextureRedefine] # half-res alpha
overwriteWidth = 960
overwriteHeight = 540
overwriteWidth = 1920
overwriteHeight = 1080