Misc fixes (#772)
* Update Logger.cs * Update MainWindow.cs * Update SvcTable.cs * Update SvcTable.cs * Update SvcTable.cs
This commit is contained in:
parent
f17b772c56
commit
72b9f8f0a0
3 changed files with 56 additions and 35 deletions
|
@ -39,6 +39,11 @@ namespace Ryujinx.Common.Logging
|
|||
m_Time = Stopwatch.StartNew();
|
||||
}
|
||||
|
||||
public static void RestartTime()
|
||||
{
|
||||
m_Time.Restart();
|
||||
}
|
||||
|
||||
public static void AddTarget(ILogTarget target)
|
||||
{
|
||||
m_LogTargets.Add(target);
|
||||
|
@ -134,4 +139,4 @@ namespace Ryujinx.Common.Logging
|
|||
return $"{Class} {Caller}: {Message}";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue