From 467b2d75a8f9586f4fe4dfc53296c4d51886828e Mon Sep 17 00:00:00 2001 From: HorrorTroll Date: Fri, 22 Mar 2019 21:05:59 +0700 Subject: [PATCH] Nits --- Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs b/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs index 422c83505f..600a966782 100644 --- a/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs +++ b/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs @@ -151,6 +151,8 @@ namespace Ryujinx.HLE.HOS.Services.Nv public long DumpGraphicsMemoryInfo(ServiceCtx context) { + Logger.PrintStub(LogClass.ServiceNv); + return 0; }