mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-18 16:32:40 +00:00
8 lines
189 B
C#
8 lines
189 B
C#
namespace Ryujinx.HLE.HOS.Services.Ectx
|
|
{
|
|
[Service("ectx:w")] // 11.0.0+
|
|
class IWriterForSystem : IpcService
|
|
{
|
|
public IWriterForSystem(ServiceCtx context) { }
|
|
}
|
|
} |