b001040c2f
* account: Services Refactoring * Remove extra empty space * Fix IProfile::Get * address gdkchan feedback
8 lines
No EOL
158 B
C#
8 lines
No EOL
158 B
C#
namespace Ryujinx.HLE.HOS.Services.Arp
|
|
{
|
|
[Service("arp:r")]
|
|
class IReader : IpcService
|
|
{
|
|
public IReader(ServiceCtx context) { }
|
|
}
|
|
} |