mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
Video: Added Box Resampling
Edited by Filoppi
This commit is contained in:
parent
2edf81cdb0
commit
ca93a5191f
3 changed files with 122 additions and 12 deletions
|
@ -61,6 +61,7 @@ enum class OutputResamplingMode : int
|
|||
CatmullRom,
|
||||
NearestNeighbor,
|
||||
SharpBilinear,
|
||||
BoxResampling,
|
||||
};
|
||||
|
||||
enum class ColorCorrectionRegion : int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue