From 0d69d8e6c1012bca977552bbcc06d4ddb25ec8a5 Mon Sep 17 00:00:00 2001 From: Thomas Guillemard Date: Fri, 26 Apr 2019 00:57:18 +0200 Subject: Add IManagerDisplayService::CreateStrayLayer (#683) This was added in 7.0.0 --- Ryujinx.HLE/HOS/Services/Vi/IApplicationDisplayService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.HLE/HOS/Services/Vi/IApplicationDisplayService.cs') diff --git a/Ryujinx.HLE/HOS/Services/Vi/IApplicationDisplayService.cs b/Ryujinx.HLE/HOS/Services/Vi/IApplicationDisplayService.cs index 48cf3288..686f85ef 100644 --- a/Ryujinx.HLE/HOS/Services/Vi/IApplicationDisplayService.cs +++ b/Ryujinx.HLE/HOS/Services/Vi/IApplicationDisplayService.cs @@ -61,7 +61,7 @@ namespace Ryujinx.HLE.HOS.Services.Vi public long GetManagerDisplayService(ServiceCtx context) { - MakeObject(context, new IManagerDisplayService()); + MakeObject(context, new IManagerDisplayService(this)); return 0; } -- cgit v1.2.3