mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-10 04:07:49 +02: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