aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Horizon/Sdk/Lm/ILogService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Horizon/Sdk/Lm/ILogService.cs')
-rw-r--r--Ryujinx.Horizon/Sdk/Lm/ILogService.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Ryujinx.Horizon/Sdk/Lm/ILogService.cs b/Ryujinx.Horizon/Sdk/Lm/ILogService.cs
new file mode 100644
index 00000000..ad6c8455
--- /dev/null
+++ b/Ryujinx.Horizon/Sdk/Lm/ILogService.cs
@@ -0,0 +1,11 @@
+using Ryujinx.Horizon.Common;
+using Ryujinx.Horizon.LogManager.Ipc;
+using Ryujinx.Horizon.Sdk.Sf;
+
+namespace Ryujinx.Horizon.Sdk.Lm
+{
+ interface ILogService : IServiceObject
+ {
+ Result OpenLogger(out LmLogger logger, ulong pid);
+ }
+} \ No newline at end of file