mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 13:12:26 -07:00
Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.Horizon/Sdk/Lm/ILmLogger.cs
Normal file
12
src/Ryujinx.Horizon/Sdk/Lm/ILmLogger.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Ryujinx.Horizon.Common;
|
||||
using Ryujinx.Horizon.Sdk.Sf;
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Horizon.Sdk.Lm
|
||||
{
|
||||
interface ILmLogger : IServiceObject
|
||||
{
|
||||
Result Log(Span<byte> message);
|
||||
Result SetDestination(LogDestination destination);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user