Skip to content

Commit

Permalink
Compatibility Settings for Red Steel 2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JMC47 committed Nov 18, 2021
1 parent 6f4bbac commit d73f318
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Data/Sys/GameSettings/RD2.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d73f318

Please sign in to comment.