Merge pull request #13058 from Dentomologist/gamesettings_disable_gpu_texture_decoding_when_needed
GameSettings: Disable GPU Texture Decoding when needed
This commit is contained in:
commit
18ccd157cd
|
@ -18,3 +18,8 @@ EFBEmulateFormatChanges = True
|
|||
|
||||
[Video_Enhancements]
|
||||
ArbitraryMipmapDetection = True
|
||||
|
||||
[Video_Settings]
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
|
|
@ -24,5 +24,10 @@ MissingColorValue = 0x00000000
|
|||
ForceTextureFiltering = False
|
||||
ArbitraryMipmapDetection = True
|
||||
|
||||
[Video_Settings]
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 732
|
||||
|
|
|
@ -28,5 +28,9 @@ VISkip = False
|
|||
|
||||
CPUCull = True
|
||||
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
||||
[Video_Enhancements]
|
||||
ArbitraryMipmapDetection = True
|
||||
|
|
|
@ -27,3 +27,8 @@ ArbitraryMipmapDetection = True
|
|||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 115
|
||||
|
||||
[Video_Settings]
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
|
|
@ -17,3 +17,8 @@ EFBAccessDeferInvalidation = True
|
|||
|
||||
[Video_Enhancements]
|
||||
ArbitraryMipmapDetection = True
|
||||
|
||||
[Video_Settings]
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
|
|
@ -28,5 +28,9 @@ VISkip = False
|
|||
|
||||
CPUCull = True
|
||||
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
||||
[Video_Enhancements]
|
||||
ArbitraryMipmapDetection = True
|
||||
|
|
|
@ -20,3 +20,8 @@ ArbitraryMipmapDetection = True
|
|||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 929
|
||||
|
||||
[Video_Settings]
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
|
|
@ -16,3 +16,8 @@ EFBEmulateFormatChanges = True
|
|||
|
||||
[Video_Enhancements]
|
||||
ArbitraryMipmapDetection = True
|
||||
|
||||
[Video_Settings]
|
||||
# Allow the ArbitraryMipmapDetection setting to take effect.
|
||||
|
||||
EnableGPUTextureDecoding = False
|
||||
|
|
Loading…
Reference in New Issue