mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-04 00:16:28 -05:00
aloha
This commit is contained in:
17
Ryujinx/OsHle/Objects/AccIManagerForApplication.cs
Normal file
17
Ryujinx/OsHle/Objects/AccIManagerForApplication.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
class AccIManagerForApplication
|
||||
{
|
||||
public static long CheckAvailability(ServiceCtx Context)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static long GetAccountId(ServiceCtx Context)
|
||||
{
|
||||
Context.ResponseData.Write(0xcafeL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user