mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 17:58:28 +02:00
Move solution and projects to src
This commit is contained in:
21
src/Ryujinx.Graphics.Host1x/OpCode.cs
Normal file
21
src/Ryujinx.Graphics.Host1x/OpCode.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace Ryujinx.Graphics.Host1x
|
||||
{
|
||||
enum OpCode
|
||||
{
|
||||
SetClass,
|
||||
Incr,
|
||||
NonIncr,
|
||||
Mask,
|
||||
Imm,
|
||||
Restart,
|
||||
Gather,
|
||||
SetStrmId,
|
||||
SetAppId,
|
||||
SetPyld,
|
||||
IncrW,
|
||||
NonIncrW,
|
||||
GatherW,
|
||||
RestartW,
|
||||
Extend
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user