mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:04:38 +02:00
Change SafeTextureCacheColorSamples from 512 to 0 (Safe) to prevent visual issues with evidence previews, scene transitions when unlocking a new case, and luminol fluid display issues in the 5th case of the first game.
This commit is contained in:
committed by
Admiral H. Curtiss
parent
d3a9104cee
commit
0b083da9f9
@@ -5,4 +5,4 @@
|
||||
[Video_Hacks]
|
||||
EFBEmulateFormatChanges = True
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
@@ -5,4 +5,4 @@
|
||||
[Video_Hacks]
|
||||
EFBEmulateFormatChanges = True
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
@@ -8,4 +8,4 @@
|
||||
[Video_Hacks]
|
||||
EFBEmulateFormatChanges = True
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
Reference in New Issue
Block a user