yuzu/src/core/hle/kernel
Emmanuel Gil Peyrot 0be5c03176 FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.
Kernel: Return an invalid handle to OpenFile when it failed to open.
2014-10-06 19:58:42 +02:00
..
address_arbiter.cpp Core: Alter the kernel string functions to use std::string instead of const char*. 2014-08-17 23:12:20 -04:00
address_arbiter.h Kernel: Added preliminary support for address arbiters. 2014-07-08 18:46:38 -04:00
archive.cpp FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. 2014-10-06 19:58:42 +02:00
archive.h Kernel: Implement the Close command for Archive, File and Directory. 2014-09-17 14:35:46 +00:00
event.cpp Core: Alter the kernel string functions to use std::string instead of const char*. 2014-08-17 23:12:20 -04:00
event.h Kernel: Updated various kernel function "name" arguments to be const references. 2014-06-13 09:51:12 -04:00
kernel.cpp Core: Get rid of unnecessary switch statement in Kernel 2014-09-14 21:31:09 -04:00
kernel.h Kernel: Add a Directory object and a getter for it from an Archive object. 2014-09-17 14:35:46 +00:00
mutex.cpp Core: Alter the kernel string functions to use std::string instead of const char*. 2014-08-17 23:12:20 -04:00
mutex.h Kernel: Updated various kernel function "name" arguments to be const references. 2014-06-13 09:51:12 -04:00
shared_memory.cpp Core: Alter the kernel string functions to use std::string instead of const char*. 2014-08-17 23:12:20 -04:00
shared_memory.h SharedMemory: Updated MapSharedMemory to use an enum for permissions. 2014-07-05 10:24:54 -04:00
thread.cpp core: Prune redundant includes 2014-09-08 17:54:14 -07:00
thread.h Thread: Added more descriptive comment to WaitCurrentThread. 2014-08-06 18:19:59 -04:00