You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
Lioncash 3476f5b4d3 kernel/object: Tighten object against data races
Despite being covered by a global mutex, we should still ensure that the
class handles its reference counts properly. This avoids potential
shenanigans when it comes to data races.

Given this is the root object that drives quite a bit of the kernel
object hierarchy, ensuring we always have the correct behavior (and no
races) is a good thing.
7 years ago
..
audio_core cubeb_sink: Protect queue with a mutex 7 years ago
common thread_queue_list: Make contains() and get_first() const member functions 7 years ago
core kernel/object: Tighten object against data races 7 years ago
input_common input_common: Use std::move where applicable 7 years ago
tests externals: Update catch to 2.3.0 7 years ago
video_core gl_shader_decompiler: Implement XMAD instruction. 7 years ago
yuzu core: Namespace EmuWindow 7 years ago
yuzu_cmd core: Namespace EmuWindow 7 years ago
.clang-format
CMakeLists.txt