mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-02 19:46:27 -05:00
aloha
This commit is contained in:
17
Ryujinx/OsHle/Objects/AmIWindowController.cs
Normal file
17
Ryujinx/OsHle/Objects/AmIWindowController.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
class AmIWindowController
|
||||
{
|
||||
public static long GetAppletResourceUserId(ServiceCtx Context)
|
||||
{
|
||||
Context.ResponseData.Write(0L);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static long AcquireForegroundRights(ServiceCtx Context)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user