This website requires JavaScript.
Explore
Help
Sign in
alexx009
/
jinx
Archived
Watch
1
Star
0
Fork
You've already forked jinx
0
forked from
Mirror/Ryujinx
Code
Pull requests
Activity
This repository has been archived on
2024-10-11
. You can view files and clone it, but cannot push or open issues or pull requests.
df820a72de
jinx
/
Ryujinx.Graphics.GAL
/
MagFilter.cs
8 lines
108 B
C#
Raw
Normal View
History
Unescape
Escape
Some code cleanup
2019-12-29 17:41:50 +00:00
namespace
Ryujinx.Graphics.GAL
Initial work
2019-10-13 06:02:07 +00:00
{
public
enum
MagFilter
{
Nearest
=
1
,
Linear
}
}
Copy permalink