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