mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Implement scaled partial texture updates
This commit is contained in:
parent
8d69c2b4b7
commit
d8cd2c3252
7 changed files with 211 additions and 43 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationIssues = If "Store EFB Copies to Texture Only" is enabled, "Scaled EFB Copy" needs to be disabled for the coins to spin.
|
||||
EmulationStateId = 4
|
||||
|
||||
[OnLoad]
|
||||
|
@ -20,5 +19,4 @@ EmulationStateId = 4
|
|||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
EFBScaledCopy = False
|
||||
[Video_Hacks]
|
Loading…
Add table
Add a link
Reference in a new issue