mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 10:32:21 -05:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace Ryujinx.HLE.HOS.Services.Es
|
|
{
|
|
[Service("es")]
|
|
class IETicketService : IpcService
|
|
{
|
|
public IETicketService(ServiceCtx context) { }
|
|
}
|
|
}
|