mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 01:59:59 -06:00
FspSrv improvements, also fix ImageEnd for NROs without a MOD0 section
This commit is contained in:
9
Ryujinx.Core/OsHle/Objects/FspSrv/FsErr.cs
Normal file
9
Ryujinx.Core/OsHle/Objects/FspSrv/FsErr.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Core.OsHle.Objects.FspSrv
|
||||
{
|
||||
static class FsErr
|
||||
{
|
||||
public const int PathDoesNotExist = 1;
|
||||
public const int PathAlreadyExists = 2;
|
||||
public const int PathAlreadyInUse = 7;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user