mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
* am/ectx: Implement SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled and add service placeholder This PR implements `am` service call `SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled` (closes #2028) accordingly to RE and adds placeholder for the `ectx` service. Both were added in 11.0.0+ firmware and are needed to boots games which needs this version. Some games are now playable/bootable: * Remove unused warning |
||
|---|---|---|
| .. | ||
| Applets | ||
| Diagnostics/Demangler | ||
| Font | ||
| Ipc | ||
| Kernel | ||
| Services | ||
| SystemState | ||
| ApplicationLoader.cs | ||
| ArmProcessContext.cs | ||
| ArmProcessContextFactory.cs | ||
| HomebrewRomFsStream.cs | ||
| Horizon.cs | ||
| IdDictionary.cs | ||
| ModLoader.cs | ||
| ProgramLoader.cs | ||
| ResultCode.cs | ||
| ServiceCtx.cs | ||
| UserChannelPersistence.cs | ||