mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
parent
ca93a5191f
commit
39d96a21a8
3 changed files with 159 additions and 208 deletions
|
@ -56,12 +56,11 @@ enum class OutputResamplingMode : int
|
|||
{
|
||||
Default,
|
||||
Bilinear,
|
||||
Bicubic,
|
||||
Hermite,
|
||||
BSpline,
|
||||
MitchellNetravali,
|
||||
CatmullRom,
|
||||
NearestNeighbor,
|
||||
SharpBilinear,
|
||||
BoxResampling,
|
||||
AreaSampling,
|
||||
};
|
||||
|
||||
enum class ColorCorrectionRegion : int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue