From 4ef689c67dd6416cd2462bcd8e82a2ded6a81d4e Mon Sep 17 00:00:00 2001 From: Shrek5InTheatres2019 Date: Sat, 6 Jun 2020 04:04:30 -0700 Subject: Stubbing ImportServerPki (#1281) * Stubbed ImportServerPki * thought it might be nice to name this variable properly * i really need to name variables better * Change Var Co-authored-by: Thog * Change .ReadBytes(5) to IPC send buffer Co-authored-by: Thog * Add description comment Co-authored-by: Thog * fix build issue * Resolve final suggestion Co-authored-by: Thog * uhh * it should work now shut up * aligned variables just look so much nicer :) * better variable alignment * aligned Co-authored-by: Thog --- Ryujinx.HLE/HOS/Services/Ssl/ISslService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.HLE/HOS/Services/Ssl/ISslService.cs') diff --git a/Ryujinx.HLE/HOS/Services/Ssl/ISslService.cs b/Ryujinx.HLE/HOS/Services/Ssl/ISslService.cs index 2f4b93ca..67656f06 100644 --- a/Ryujinx.HLE/HOS/Services/Ssl/ISslService.cs +++ b/Ryujinx.HLE/HOS/Services/Ssl/ISslService.cs @@ -17,7 +17,7 @@ namespace Ryujinx.HLE.HOS.Services.Ssl Logger.PrintStub(LogClass.ServiceSsl, new { sslVersion, unknown }); - MakeObject(context, new ISslContext()); + MakeObject(context, new ISslContext(context)); return ResultCode.Success; } -- cgit v1.2.3