mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-15 13:26:57 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Graphics.Texture.Encoders
|
||||
{
|
||||
enum EncodeMode
|
||||
{
|
||||
Fast,
|
||||
Exhaustive,
|
||||
ModeMask = 0xff,
|
||||
Multithreaded = 1 << 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user