mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-26 23:47:45 +02:00
12 lines
No EOL
226 B
C#
12 lines
No EOL
226 B
C#
namespace Ryujinx.OsHle.Services
|
|
{
|
|
static partial class Service
|
|
{
|
|
public static long LmInitialize(ServiceCtx Context)
|
|
{
|
|
Context.Session.Initialize();
|
|
|
|
return 0;
|
|
}
|
|
}
|
|
} |