1
0
Fork 0
forked from suyu/suyu
suyu/src/core
Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager
This handle manager more closely mirrors the behaviour of the CTR-OS
one. In addition object ref-counts and support for DuplicateHandle have
been added.

Note that support for DuplicateHandle is still experimental, since parts
of the kernel still use Handles internally, which will likely cause
troubles if two different handles to the same object are used to e.g.
wait on a synchronization primitive.
2014-12-28 11:52:55 -02:00
..
arm dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX 2014-12-27 00:57:32 -05:00
file_sys CFG: Create a new subfolder cfg inside service to handle cfg 2014-12-21 16:41:06 -05:00
hle Kernel: New handle manager 2014-12-28 11:52:55 -02:00
hw GPU: Further improve synchronization. 2014-12-25 22:46:55 -05:00
loader Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
CMakeLists.txt More services & small clean ups 2014-12-25 19:08:33 -08:00
core.cpp License change 2014-12-20 21:20:24 -08:00
core.h License change 2014-12-20 21:20:24 -08:00
core_timing.cpp License change 2014-12-20 21:20:24 -08:00
core_timing.h License change 2014-12-20 21:20:24 -08:00
mem_map.cpp License change 2014-12-20 21:20:24 -08:00
mem_map.h License change 2014-12-20 21:20:24 -08:00
mem_map_funcs.cpp License change 2014-12-20 21:20:24 -08:00
settings.cpp License change 2014-12-20 21:20:24 -08:00
settings.h License change 2014-12-20 21:20:24 -08:00
system.cpp License change 2014-12-20 21:20:24 -08:00
system.h License change 2014-12-20 21:20:24 -08:00