video_core: Add MMPX texture filter (#6564)

* video_core: Add MMPX texture shader

* mmpx: Apply mix to mask alpha edge artifacting

* mmpx: Do not use deprecated texture fuction.
This commit is contained in:
Stuart Kenny 2023-05-31 09:55:46 +01:00 committed by GitHub
parent b45c7188c7
commit 691e09473e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 160 additions and 1 deletions

View file

@ -74,6 +74,7 @@ enum class TextureFilter : u32 {
NearestNeighbor = 3,
ScaleForce = 4,
xBRZ = 5,
MMPX = 6
};
namespace NativeButton {