mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
SM3DW+CT:TT half-res alpha, XCX GCN4 workaround (#4)
This commit is contained in:
parent
3e01691fb6
commit
0c2bbcac2f
@ -5,12 +5,19 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 360p"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
|
||||
formatsExcluded = 0x008,0x41A,0x034,,0x035 # exclude the intro background texture,map
|
||||
overwriteWidth = 640
|
||||
overwriteHeight = 360
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
||||
overwriteWidth = 320
|
||||
overwriteHeight = 180
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
overwriteHeight = 240
|
||||
|
8
Preformance/XCX_GCN4Workaround/rules
Normal file
8
Preformance/XCX_GCN4Workaround/rules
Normal file
@ -0,0 +1,8 @@
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = "Xenoblade Chronicles X - AMD GCN4 Workaround"
|
||||
|
||||
[TextureRedefine] # No artifacts
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
@ -5,6 +5,13 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1080p"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
|
||||
formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude the intro background texture,map
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
@ -5,6 +5,13 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 1440p (2K)"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
|
||||
formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude the intro background texture,map
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
@ -5,6 +5,13 @@ name = "Super Mario 3D World + Captain Toad: Treasure Tracker - 2160p (4K)"
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
formatsExcluded = 0x008,0x41A,0x034 # exclude the intro background texture
|
||||
formatsExcluded = 0x008,0x41A,0x034,0x035 # exclude the intro background texture,map
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # half-res alpha
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x034,0x035 # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
8
Quality/XCX_GCN4Workaround/rules
Normal file
8
Quality/XCX_GCN4Workaround/rules
Normal file
@ -0,0 +1,8 @@
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = "Xenoblade Chronicles X - AMD GCN4 Workaround"
|
||||
|
||||
[TextureRedefine] # No artifacts
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
@ -16,10 +16,6 @@ Splatoon
|
||||
|
||||
- [Gamepad is blurry in Multiplayer](http://imgur.com/a/1YecH) (Quality - Gamepad)
|
||||
|
||||
Super Mario 3D World + Captain Toad: Treasure Tracker
|
||||
|
||||
- [Distortion filter doesn't render properly](http://i.imgur.com/LSaWMyN.jpg) (All)
|
||||
|
||||
Super Mario Maker
|
||||
|
||||
- [NSMBU theme is completely broken](http://i.imgur.com/OumJaa6.png) (Quality)
|
||||
@ -58,4 +54,4 @@ Super Mario Maker
|
||||
- Wipeout 3
|
||||
- Wipeout Create & Crash
|
||||
- Xenoblade Chronicles X
|
||||
- Yoshi's Woolly World
|
||||
- Yoshi's Woolly World
|
||||
|
Loading…
Reference in New Issue
Block a user