Update Ryujinx.HLE/HOS/Kernel/Common/KernelResult.cs

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

View file

@ -2,7 +2,6 @@ using System;
namespace Ryujinx.HLE.HOS.Kernel.Common
{
[Flags]
enum KernelResult
{
Success = 0,