mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
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
18
Data/Sys/GameSettings/SRX.ini
Normal file
18
Data/Sys/GameSettings/SRX.ini
Normal file
@ -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…
x
Reference in New Issue
Block a user