mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 22:25:47 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum NativeWindowScalingMode : uint
|
||||
{
|
||||
Freeze = 0,
|
||||
ScaleToWindow = 1,
|
||||
ScaleCrop = 2,
|
||||
Unknown = 3,
|
||||
NoScaleCrop = 4,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user