mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Video: Added Box Resampling
Edited by Filoppi
This commit is contained in:
@ -61,6 +61,7 @@ enum class OutputResamplingMode : int
|
||||
CatmullRom,
|
||||
NearestNeighbor,
|
||||
SharpBilinear,
|
||||
BoxResampling,
|
||||
};
|
||||
|
||||
enum class ColorCorrectionRegion : int
|
||||
|
Reference in New Issue
Block a user