Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum NativeWindowAttribute : uint
|
||||
{
|
||||
Width = 0,
|
||||
Height = 1,
|
||||
Format = 2,
|
||||
MinUnqueuedBuffers = 3,
|
||||
ConsumerRunningBehind = 9,
|
||||
ConsumerUsageBits = 10,
|
||||
MaxBufferCountAsync = 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user