mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
Merge pull request #2679 from Tinob/master
Implement scaled partial texture updates
This commit is contained in:
commit
6bcdae616b
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