mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-21 01:42:41 +00:00
9 lines
180 B
C#
9 lines
180 B
C#
namespace Ryujinx.HLE.HOS.Services.Account.Dauth
|
|
{
|
|
[Service("dauth:0")] // 5.0.0+
|
|
class IService : IpcService
|
|
{
|
|
public IService(ServiceCtx context) { }
|
|
}
|
|
}
|