mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-21 16:45:10 -06:00
Add special log for stubs (#81)
* add stub loglevel * add log for stubbed methods
This commit is contained in:
@@ -19,6 +19,8 @@ namespace Ryujinx.Core.OsHle.Services.Acc
|
||||
|
||||
public long GetBase(ServiceCtx Context)
|
||||
{
|
||||
Logging.Stub(LogClass.ServiceAcc, "Stubbed");
|
||||
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
|
||||
Reference in New Issue
Block a user