This commit is contained in:
HorrorTroll 2019-03-22 21:05:59 +07:00
parent 96f70483af
commit 467b2d75a8

View file

@ -151,6 +151,8 @@ namespace Ryujinx.HLE.HOS.Services.Nv
public long DumpGraphicsMemoryInfo(ServiceCtx context)
{
Logger.PrintStub(LogClass.ServiceNv);
return 0;
}