mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 06:20:47 -07:00
Move solution and projects to src
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Engine
|
||||
{
|
||||
/// <summary>
|
||||
/// MME shadow RAM control mode.
|
||||
/// </summary>
|
||||
enum SetMmeShadowRamControlMode
|
||||
{
|
||||
MethodTrack = 0,
|
||||
MethodTrackWithFilter = 1,
|
||||
MethodPassthrough = 2,
|
||||
MethodReplay = 3,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user