mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.HLE/HOS/Services/Ldn/Lp2p/IServiceCreator.cs
Normal file
9
src/Ryujinx.HLE/HOS/Services/Ldn/Lp2p/IServiceCreator.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Ldn.Lp2p
|
||||
{
|
||||
[Service("lp2p:app")] // 9.0.0+
|
||||
[Service("lp2p:sys")] // 9.0.0+
|
||||
class IServiceCreator : IpcService
|
||||
{
|
||||
public IServiceCreator(ServiceCtx context) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user