mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-17 02:26:20 +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
|
height = 48
|
||||||
formats = 0x007
|
formats = 0x007
|
||||||
tilemodes = 4
|
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…
x
Reference in New Issue
Block a user