mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
Add optional subtitle removal to pro+
Needs to be enabled in rules.txt, instructions included.
This commit is contained in:
parent
5bed76bcb7
commit
9917ec52f7
@ -8,4 +8,18 @@ width = 48
|
||||
height = 48
|
||||
formats = 0x007
|
||||
tilemodes = 4
|
||||
overwriteFormat = 0x005
|
||||
overwriteFormat = 0x005
|
||||
|
||||
[TextureRedefine] # Disable text from subtitles, currupts some text.
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x034
|
||||
# Remove the hash sign ('#') from the line below to enable.
|
||||
#overwriteFormat = 0x235
|
||||
|
||||
[TextureRedefine] # Disable text from subtitles, currupts some text.
|
||||
width = 512
|
||||
height = 1024
|
||||
formats = 0x034
|
||||
# Remove the hash sign ('#') from the line below to enable.
|
||||
#overwriteFormat = 0x235
|
||||
|
Loading…
Reference in New Issue
Block a user