Move solution and projects to src
This commit is contained in:
7
src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs
Normal file
7
src/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Common.Logging
|
||||
{
|
||||
interface ILogFormatter
|
||||
{
|
||||
string Format(LogEventArgs args);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user