mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-08 23:32:00 +00:00
2989c163a8
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
12 lines
178 B
C#
12 lines
178 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum AntiAliasing
|
|
{
|
|
None,
|
|
Fxaa,
|
|
SmaaLow,
|
|
SmaaMedium,
|
|
SmaaHigh,
|
|
SmaaUltra,
|
|
}
|
|
}
|