yuzu-emu
/
yuzu
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu/src/core/hle/kernel
bunnei 5b7cf50a77 Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged. 2014-06-13 09:51:16 -04:00
..
event.cpp Kernel: Updated various kernel function "name" arguments to be const references. 2014-06-13 09:51:12 -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 HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 2014-06-13 09:51:13 -04:00
kernel.h Kernel: Updated several member functions to be const 2014-06-13 09:51:10 -04:00
mutex.cpp HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 2014-06-13 09:51:13 -04:00
mutex.h Kernel: Updated various kernel function "name" arguments to be const references. 2014-06-13 09:51:12 -04:00
thread.cpp Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged. 2014-06-13 09:51:16 -04:00
thread.h Kernel: Added real support for thread and event blocking 2014-06-13 09:51:02 -04:00