You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
bunnei 004df76795 Merge branch 'threading' of https://github.com/bunnei/citra 12 years ago
..
event.cpp Event: Updated several log messages to be assertions. 12 years ago
event.h Kernel: Updated various kernel function "name" arguments to be const references. 12 years ago
kernel.cpp Kernel: Removed unnecessary "#pragma once". 12 years ago
kernel.h Kernel: Added freeing of kernel objects on emulator shutdown. 12 years ago
mutex.cpp HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 12 years ago
mutex.h Kernel: Updated various kernel function "name" arguments to be const references. 12 years ago
thread.cpp Thread: Renamed occurrences of "t" to "thread" to improve readability. 12 years ago
thread.h Kernel: Added real support for thread and event blocking 12 years ago