Improved Performance, Added support for exiting Mii Maker, Updated Touch code and more

This commit is contained in:
Stossy11 2025-06-15 19:14:34 +10:00
parent 0fe067ccf6
commit bfa3e25d9e
18 changed files with 184 additions and 71 deletions

View file

@ -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)