mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-21 19:45:10 -06:00
Add special log for stubs (#81)
* add stub loglevel * add log for stubbed methods
This commit is contained in:
@@ -42,6 +42,8 @@ namespace Ryujinx.Core.OsHle.Services.Aud
|
||||
int Unknown2c = Context.RequestData.ReadInt32();
|
||||
int Rev1Magic = Context.RequestData.ReadInt32();
|
||||
|
||||
Logging.Stub(LogClass.ServiceAudio, "BufferSize = 0x400L");
|
||||
|
||||
Context.ResponseData.Write(0x400L);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user