mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 17:17:11 +02:00
aloha
This commit is contained in:
commit
b7e1d9930d
230 changed files with 17548 additions and 0 deletions
18
Ryujinx/OsHle/Objects/AccIProfile.cs
Normal file
18
Ryujinx/OsHle/Objects/AccIProfile.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
class AccIProfile
|
||||
{
|
||||
public static long GetBase(ServiceCtx Context)
|
||||
{
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
Context.ResponseData.Write(0L);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue