mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-17 07:52:42 +00:00
9 lines
156 B
C#
9 lines
156 B
C#
namespace Ryujinx.HLE.HOS.Services.Arp
|
|
{
|
|
[Service("arp:w")]
|
|
class IWriter : IpcService
|
|
{
|
|
public IWriter(ServiceCtx context) { }
|
|
}
|
|
}
|