mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-22 13:07:40 -05:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.HOS.Services.Notification
|
||||
{
|
||||
[Service("notif:a")] // 9.0.0+
|
||||
class INotificationServicesForApplication : IpcService
|
||||
{
|
||||
public INotificationServicesForApplication(ServiceCtx context) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user