yuzu-fork/src/core
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
..
arm Merge pull request #876 from linkmauve/include-cleanups 2015-07-10 16:36:12 -07:00
file_sys Archive: Correct a few incorrect types in function signatures 2015-07-13 21:10:12 -03:00
hle Ensure all kernel objects are released during shutdown 2015-07-17 02:24:13 -03:00
hw Merge pull request #904 from aroulin/y2r-narrowing-warning 2015-07-13 22:07:39 -07:00
loader Loader: Fix variable type and remove unused variable 2015-07-13 21:10:13 -03:00
tracer CiTrace: Clean up initialization method. 2015-07-13 22:27:21 +02:00
CMakeLists.txt CiTrace: Record default vertex attributes. 2015-07-13 22:27:21 +02:00
core.cpp Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
core.h fixup! Set the TLS address in the scheduler 2015-05-10 18:43:59 -05:00
core_timing.cpp Core: Cleanup core includes. 2015-06-28 00:36:54 +01:00
core_timing.h Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
mem_map.cpp Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
mem_map.h Core: Properly configure address space when loading a binary 2015-07-11 23:54:42 -03:00
memory.cpp Memory: Fix unmapping of pages 2015-07-11 23:49:53 -03:00
memory.h Common: Cleanup memory and misc includes. 2015-06-28 00:36:54 +01:00
memory_setup.h Kernel: Add VMManager to manage process address spaces 2015-05-27 03:24:12 -03:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h Remove gpu_refresh_rate configuration option 2015-05-29 19:39:26 -03:00
system.cpp Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00
system.h Core: Remove some unused functions and types 2015-05-04 00:16:43 -03:00