1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-23 07:23:59 +01:00
Ryujinx/Ryujinx.HLE/HOS/Services/Am/AppletOE
Ac_K 0d841c8d51
am: Implement CreateApplicationAndRequestToStart (#2448)
This PR implement `CreateApplicationAndRequestToStart` call, result code is checked by RE.
Now we can restart a guest program by itself. This is needed by SSBU when you changes the game language.

NOTE: This currently don't works using OpenAL backend due to another issue.

Closes #2108
2021-07-10 23:37:29 +02:00
..
ApplicationProxyService am: Implement CreateApplicationAndRequestToStart (#2448) 2021-07-10 23:37:29 +02:00
IApplicationProxyService.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00