mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-02 05:26:27 -05:00
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