mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 16:27:12 +02:00
8 lines
156 B
C#
8 lines
156 B
C#
namespace Ryujinx.HLE.HOS.Services.Arp
|
|
{
|
|
[Service("arp:w")]
|
|
class IWriter : IpcService
|
|
{
|
|
public IWriter(ServiceCtx context) { }
|
|
}
|
|
}
|