Logging stubs.
This commit is contained in:
parent
8837a01fce
commit
ea574a4d0d
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,8 @@ namespace Ryujinx.HLE.HOS.Services.Nv
|
||||||
|
|
||||||
public long GetStatus(ServiceCtx context)
|
public long GetStatus(ServiceCtx context)
|
||||||
{
|
{
|
||||||
|
Logger.PrintStub(LogClass.ServiceNv, "Stubbed.");
|
||||||
|
|
||||||
context.ResponseData.Write(0x10);
|
context.ResponseData.Write(0x10);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -157,6 +159,8 @@ namespace Ryujinx.HLE.HOS.Services.Nv
|
||||||
|
|
||||||
public long DumpGraphicsMemoryInfo(ServiceCtx context)
|
public long DumpGraphicsMemoryInfo(ServiceCtx context)
|
||||||
{
|
{
|
||||||
|
Logger.PrintStub(LogClass.ServiceNv, "Stubbed.");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue