mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 09:39:56 -06:00
Logging Improvements (#7)
* Logging Improvements Add Trace functions to SVC. Add function to get the function name who called.
This commit is contained in:
@ -69,7 +69,9 @@ namespace Ryujinx.OsHle.Svc
|
||||
|
||||
if (SvcFuncs.TryGetValue(e.Id, out SvcFunc Func))
|
||||
{
|
||||
Logging.Trace($"{Func.Method.Name} called.");
|
||||
Func(Ns, Registers, Memory);
|
||||
Logging.Trace($"{Func.Method.Name} ended.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user