mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 03:08:28 +02:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
11
Ryujinx.Core/OsHle/Svc/SvcResult.cs
Normal file
11
Ryujinx.Core/OsHle/Svc/SvcResult.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Core.OsHle.Svc
|
||||
{
|
||||
enum SvcResult
|
||||
{
|
||||
Success = 0,
|
||||
ErrBadHandle = 0xe401,
|
||||
ErrTimeout = 0xea01,
|
||||
ErrBadInfo = 0xf001,
|
||||
ErrBadIpcReq = 0xf601
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user