mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-02 13:32:23 -05:00
Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.HLE/HOS/Services/News/IServiceCreator.cs
Normal file
12
src/Ryujinx.HLE/HOS/Services/News/IServiceCreator.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user