Horizon: Implement arp:r and arp:w services (#5802)
* Horizon: Implement arp:r and arp:w services * Fix formatting * Remove HLE arp services * Revert "Remove HLE arp services" This reverts commit c576fcccadb963db56b96bacabd1c1ac7abfb1ab. * Keep LibHac impl since it's used in bcat * Addresses gdkchan's feedback * ArpApi in PrepoIpcServer and remove LmApi * Fix 2 * Fixes ArpApi init * Fix encoding * Update PrepoService.cs * Fix prepo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Ryujinx.Horizon.Sdk.Ncm
|
||||
{
|
||||
readonly struct ApplicationId
|
||||
public readonly struct ApplicationId
|
||||
{
|
||||
public readonly ulong Id;
|
||||
|
||||
|
||||
13
src/Ryujinx.Horizon/Sdk/Ncm/StorageId.cs
Normal file
13
src/Ryujinx.Horizon/Sdk/Ncm/StorageId.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.Horizon.Sdk.Ncm
|
||||
{
|
||||
public enum StorageId : byte
|
||||
{
|
||||
None,
|
||||
Host,
|
||||
GameCard,
|
||||
BuiltInSystem,
|
||||
BuiltInUser,
|
||||
SdCard,
|
||||
Any,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user