mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 12:22:23 -05: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