Update Ryujinx.HLE/HOS/Services/SurfaceFlinger/Status.cs

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
Isaac Marovitz 2023-01-01 11:43:44 -05:00 committed by GitHub
parent fb209f8cc9
commit 189a7e31b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
{ {
[Flags]
enum Status : int enum Status : int
{ {
Success = 0, Success = 0,