mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-12 08:27:55 -05:00
aloha
This commit is contained in:
12
Ryujinx/OsHle/Services/ServiceLm.cs
Normal file
12
Ryujinx/OsHle/Services/ServiceLm.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.OsHle.Services
|
||||
{
|
||||
static partial class Service
|
||||
{
|
||||
public static long LmInitialize(ServiceCtx Context)
|
||||
{
|
||||
Context.Session.Initialize();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user