mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-27 15:39:14 +00:00
Move solution and projects to src
This commit is contained in:
14
src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/PixelFormat.cs
Normal file
14
src/Ryujinx.HLE/HOS/Services/SurfaceFlinger/PixelFormat.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
|
||||
{
|
||||
enum PixelFormat : uint
|
||||
{
|
||||
Unknown,
|
||||
Rgba8888,
|
||||
Rgbx8888,
|
||||
Rgb888,
|
||||
Rgb565,
|
||||
Bgra8888,
|
||||
Rgba5551,
|
||||
Rgba4444,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user