From d73f3183ac42b3cd58c12a78fab6373e96a74783 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Thu, 18 Nov 2021 18:57:45 -0500 Subject: [PATCH] Compatibility Settings for Red Steel 2 Red Steel 2 has FMVs that get corrupted with Anisotropic filtering. It also hangs on dualcore. While SyncGPU works, both another user and myself saw much smoother gameplay when using Single Core for unknown reasons. --- Data/Sys/GameSettings/RD2.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Data/Sys/GameSettings/RD2.ini diff --git a/Data/Sys/GameSettings/RD2.ini b/Data/Sys/GameSettings/RD2.ini new file mode 100644 index 0000000000..b2bbf983f8 --- /dev/null +++ b/Data/Sys/GameSettings/RD2.ini @@ -0,0 +1,18 @@ +# RD2X41, RD2J41, RD2P41, RD2K41, RD2E41 - Red Steel 2 + +[Core] +# The game hangs on New Game when using Dual Core +# SyncGPU is slower than Single Core in this title. +CPUThread = False +[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_Enhancements] +# Anisotropic Filtering breaks FMVs +MaxAnisotropy = 0