1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-nightly/src/core/hle/service/apt
Subv d1de6b8864 HLE/APT: Try to launch a native applet in PrepareToStartLibraryApplet and PreloadLibraryApplet before falling back to HLE applets.
With this commit, you can run native applets if they are in the correct folder of your virtual NAND.

Trying to exit the applet will currently cause an invalid read loop due to svcExitProcess not being implemented.
2017-11-06 16:42:26 -05:00
..
bcfnt apt/shared_font: don't relocate zero offset 2017-06-26 00:43:23 +03:00
apt_a.cpp APT: implement Wrap and Unwrap 2017-02-21 23:57:31 +02:00
apt_a.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
apt_s.cpp Merge pull request #2953 from Subv/applet_launch 2017-10-04 15:01:58 -05:00
apt_s.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
apt_u.cpp APT: implement Wrap and Unwrap 2017-02-21 23:57:31 +02:00
apt_u.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00
apt.cpp HLE/APT: Try to launch a native applet in PrepareToStartLibraryApplet and PreloadLibraryApplet before falling back to HLE applets. 2017-11-06 16:42:26 -05:00
apt.h HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system. 2017-09-24 08:59:31 -05:00