b9aa3966c0
interpreter, and a rewrite of the GPU code.
8 lines
No EOL
120 B
C#
8 lines
No EOL
120 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public enum GalTextureFilter
|
|
{
|
|
Nearest = 1,
|
|
Linear = 2
|
|
}
|
|
} |