GameINI: Enable Medium Tex Cache for Generator Rex
Generator Rex: Agent of Providence needs medium texture cache in order to render text without problems.
This commit is contained in:
parent
4a7701e0de
commit
167358e953
|
@ -0,0 +1,18 @@
|
|||
# SRXP52, SRXE52 - Generator Rex: Agent of Providence
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
# This game needs medium texture cache for proper
|
||||
# text rendering.
|
||||
SafeTextureCacheColorSamples = 512
|
Loading…
Reference in New Issue