From 167358e9531e3276c267dfde66a3dab02e198dbd Mon Sep 17 00:00:00 2001 From: JMC47 Date: Sat, 31 Jul 2021 08:25:16 -0400 Subject: [PATCH] GameINI: Enable Medium Tex Cache for Generator Rex Generator Rex: Agent of Providence needs medium texture cache in order to render text without problems. --- Data/Sys/GameSettings/SRX.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Data/Sys/GameSettings/SRX.ini diff --git a/Data/Sys/GameSettings/SRX.ini b/Data/Sys/GameSettings/SRX.ini new file mode 100644 index 0000000000..aefbd953ac --- /dev/null +++ b/Data/Sys/GameSettings/SRX.ini @@ -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