1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/apt
Yuri Kunde Schlesner dc39d06950 Ensure all kernel objects are released during shutdown
This commit fixes several kernel object leaks. The most severe of them
was threads not being removed from the private handle table used for
CoreTiming events. This resulted in Threads never being released, which
in turn held references to Process, causing CodeSets to never be freed
when loading other applications.
2015-07-17 02:24:13 -03:00
..
apt.cpp Ensure all kernel objects are released during shutdown 2015-07-17 02:24:13 -03:00
apt.h Core: Fix applet includes using iwyu. 2015-07-12 22:10:37 +01:00
apt_a.cpp HLE/APT: Initial HLE support for applets. 2015-07-11 21:47:22 -05: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 Common: Remove common.h 2015-05-07 15:45:22 -03: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 HLE/APT: Initial HLE support for applets. 2015-07-11 21:47:22 -05:00
apt_u.h Services: Moved the PTM and APT services to their own folder 2015-03-03 21:48:08 -05:00