mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 20:27:10 +02:00
8 lines
No EOL
182 B
C#
8 lines
No EOL
182 B
C#
namespace Ryujinx.HLE.HOS.Services.Account.Dauth
|
|
{
|
|
[Service("dauth:0")] // 5.0.0+
|
|
class IService : IpcService
|
|
{
|
|
public IService(ServiceCtx context) { }
|
|
}
|
|
} |