summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/wait_tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-121-187/+0
|
* kernel: Rename Semaphore to ConditionVariable.Gravatar bunnei2018-01-081-3/+3
|
* Session: Remove/add some forward declarationsGravatar Yuri Kunde Schlesner2017-06-081-1/+0
|
* Kernel: Move WaitObject to a separate fileGravatar Yuri Kunde Schlesner2017-05-291-3/+1
| | | | | Now that HandleTable doesn't directly depend on WaitObject anymore, this can be separated from the main kernel.h header.
* citra-qt: Make constructors explicit where applicableGravatar Lioncash2016-12-111-11/+13
|
* citra-qt: Add missing #pragma once directivesGravatar Lioncash2016-12-111-0/+2
|
* implement wait tree widgetGravatar wwylele2016-09-221-0/+186