mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
GameINI: Fix de Blob 2 visual issues.
de Blob 2 has the same engine as de blob and shares a lot of the same issues. I copied the settings used for de blob. It seems defer EFB copies was the main culprit, but force texture filtering could also cause problems.
This commit is contained in:
parent
db5a78781f
commit
c66dcbf9de
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceFiltering = False
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
DeferEFBCopies = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue