Lioncash
bf45092c61
kernel: Move object class to its own source files
General moving to keep kernel object types separate from the direct
kernel code. Also essentially a preliminary cleanup before eliminating
global kernel state in the kernel code.
8 years ago
Subv
c50393e066
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
8 years ago
Subv
013778aa21
Qt: Update the WaitTree widget to show info about the current mutex of each thread.
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
4236799832
kernel: Rename Semaphore to ConditionVariable.
8 years ago
Yuri Kunde Schlesner
838faf147e
Session: Remove/add some forward declarations
9 years ago
Yuri Kunde Schlesner
64ecf81a3c
Kernel: Move WaitObject to a separate file
Now that HandleTable doesn't directly depend on WaitObject anymore, this
can be separated from the main kernel.h header.
9 years ago
Lioncash
d0e4d1182b
citra-qt: Make constructors explicit where applicable
10 years ago
Lioncash
327b23e4ce
citra-qt: Add missing #pragma once directives
10 years ago
wwylele
f69a543110
implement wait tree widget
10 years ago