Tinob / Ishiiruka

GNU General Public License v2.0
353 stars 119 forks source link

Added additional options relating to EFB copies #190

Closed threethan closed 2 years ago

threethan commented 2 years ago

Added EFB Filter Options for postprocessing

When the postprocess trigger is set to "On EFB Copy" an additional section of options will be visible. image These options allow more specificity on which EFB copies postprocessing is actually applied to.

Added Conditional EFB Scaling (Fixes bloom in most games!)

Refer to this thread for practical uses: https://forums.dolphin-emu.org/Thread-conditional-efb-scaling-to-fix-bloom The code I used in not the same, but has the same result.

image The default behaviour is unchanged, by changing "Scale EFB Copies Above," EFB copies smaller than that percentage of the render res will be excluded. (For example, bloom) "Also Scale EFB Copies Below" gives the option to allow EFB Copies below a certain threshold, useful if the first option is needed to fix bloom, but small efb copies are used by the game elsewhere.