mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Improved Performance, Added support for exiting Mii Maker, Updated Touch code and more
This commit is contained in:
parent
0fe067ccf6
commit
bfa3e25d9e
18 changed files with 184 additions and 71 deletions
|
@ -11,6 +11,11 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletAE
|
|||
Data = data;
|
||||
}
|
||||
|
||||
public byte[] GetData()
|
||||
{
|
||||
return Data;
|
||||
}
|
||||
|
||||
[CommandCmif(0)]
|
||||
// Open() -> object<nn::am::service::IStorageAccessor>
|
||||
public ResultCode Open(ServiceCtx context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue