mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-14 23:14:18 +00: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