mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Make XCX AMD GCN4 workaround separate
This commit is contained in:
parent
a1171f74ec
commit
12e3dff2b0
@ -19,10 +19,4 @@ overwriteHeight = 540
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 240
|
@ -19,10 +19,4 @@ overwriteHeight = 540
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 1080
|
@ -19,10 +19,4 @@ overwriteHeight = 720
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 1440
|
@ -19,10 +19,4 @@ overwriteHeight = 1080
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 2160
|
@ -13,10 +13,4 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 540
|
@ -13,10 +13,4 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 720
|
@ -13,10 +13,4 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
||||
overwriteHeight = 1080
|
9
Workarounds/XCX_AMDGCN4/rules.txt
Normal file
9
Workarounds/XCX_AMDGCN4/rules.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010116100,00050000101C4C00,00050000101C4D00
|
||||
name = "Xenoblade Chronicles X - AMD GCN4 workaround"
|
||||
|
||||
[TextureRedefine]
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
Loading…
Reference in New Issue
Block a user