diff options
| author | Sam Belliveau <sam.belliveau@gmail.com> | 2023-06-28 16:14:26 -0400 |
|---|---|---|
| committer | Filoppi <filippotarpini@hotmail.it> | 2023-08-18 02:00:56 +0300 |
| commit | ca93a5191fef40947a6fac935ce814fca8a2a295 (patch) | |
| tree | 1f6a2d370fb2eb5a11c2fd3890ab0a3235738aeb /Source/Core/VideoCommon/VideoConfig.h | |
| parent | 2edf81cdb054c1db7a32e45c87514f8d4c11f5d9 (diff) | |
Video: Added Box Resampling
Edited by Filoppi
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index affbf78dec..dcdc631a40 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -61,6 +61,7 @@ enum class OutputResamplingMode : int CatmullRom, NearestNeighbor, SharpBilinear, + BoxResampling, }; enum class ColorCorrectionRegion : int |
