suyu/src/core/hle/service/fs
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
..
archive.cpp Kernel: New handle manager 2014-12-28 11:52:55 -02:00
archive.h Merge pull request #291 from purpasmart96/license 2014-12-21 16:05:44 -05:00
fs_user.cpp Merge pull request #330 from purpasmart96/new_srv 2014-12-25 22:51:38 -05:00
fs_user.h More services & small clean ups 2014-12-25 19:08:33 -08:00