mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
Make XCX AMD GCN4 workaround separate
This commit is contained in:
parent
a1171f74ec
commit
12e3dff2b0
8 changed files with 16 additions and 49 deletions
|
@ -20,9 +20,3 @@ width = 854
|
|||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
|
@ -20,9 +20,3 @@ width = 854
|
|||
height = 480
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
|
@ -20,9 +20,3 @@ width = 854
|
|||
height = 480
|
||||
overwriteWidth = 2560
|
||||
overwriteHeight = 1440
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
|
@ -20,9 +20,3 @@ width = 854
|
|||
height = 480
|
||||
overwriteWidth = 3840
|
||||
overwriteHeight = 2160
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
|
@ -14,9 +14,3 @@ height = 360
|
|||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
|
@ -14,9 +14,3 @@ height = 360
|
|||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
|
@ -14,9 +14,3 @@ height = 360
|
|||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # AMD GCN4 workaround
|
||||
width = 320
|
||||
height = 180
|
||||
overwriteWidth = 0
|
||||
overwriteHeight = 0
|
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 a new issue