mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-07 19:49:08 +00:00
Add special log for stubs (#81)
* add stub loglevel * add log for stubbed methods
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Ryujinx.Core.OsHle.Services.Nifm
|
||||
|
||||
MakeObject(Context, new IRequest());
|
||||
|
||||
//Todo: Stub
|
||||
Logging.Stub(LogClass.ServiceNifm, "Stubbed");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user