mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 08:32:22 -05:00
9 lines
163 B
C#
9 lines
163 B
C#
namespace Ryujinx.HLE.HOS.Services.Nfc
|
|
{
|
|
[Service("nfc:am")]
|
|
class IAmManager : IpcService
|
|
{
|
|
public IAmManager(ServiceCtx context) { }
|
|
}
|
|
}
|