citra/src
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
..
citra Implement new argument parsing using getopt and add the corresponding library to externals 2015-07-12 15:49:23 -04:00
citra_qt Merge pull request #924 from aroulin/qt-disassembly-step 2015-07-13 14:16:36 -07:00
common Pica: Implement stencil testing. 2015-07-13 23:54:39 +02:00
core Ensure all kernel objects are released during shutdown 2015-07-17 02:24:13 -03:00
video_core Pica/CommandProcessor: Move default attribute setup to the proper position. 2015-07-15 17:56:38 +02:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00