blob: 7ea89b20d02a987bb08570fb15200e68a071d076 (
plain) (
tree)
|
|
namespace Ryujinx.HLE.HOS.Services.News
{
[Service("news:a")]
[Service("news:c")]
[Service("news:m")]
[Service("news:p")]
[Service("news:v")]
class IServiceCreator : IpcService
{
public IServiceCreator(ServiceCtx context) { }
}
}
|