Merge pull request #9979 from JMC47/genrexini
GameINI: Enable Medium Tex Cache for Generator Rex
This commit is contained in:
commit
d4cd289297
|
@ -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