mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01: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
@ -12,6 +12,9 @@
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
ForceFiltering = False
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user