mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-19 08:52:42 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator
|
||||
{
|
||||
class IDaemonSuspendSessionService : IpcService
|
||||
{
|
||||
private FriendServicePermissionLevel PermissionLevel;
|
||||
|
||||
public IDaemonSuspendSessionService(FriendServicePermissionLevel permissionLevel)
|
||||
{
|
||||
PermissionLevel = permissionLevel;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user