mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-29 21:22:23 -05: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