mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 06:08:35 +00:00
b001040c2f
* account: Services Refactoring * Remove extra empty space * Fix IProfile::Get * address gdkchan feedback
8 lines
158 B
C#
8 lines
158 B
C#
namespace Ryujinx.HLE.HOS.Services.Arp
|
|
{
|
|
[Service("arp:r")]
|
|
class IReader : IpcService
|
|
{
|
|
public IReader(ServiceCtx context) { }
|
|
}
|
|
} |