summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/wait_tree.cpp
AgeCommit message (Expand)Author
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-12arm_dynarmic: Implement coreMerryMage
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...Subv
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei
2018-01-08Kernel: Actually wake up the requested number of threads in Semaphore::Release.Subv
2018-01-08Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...Subv
2017-05-29Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization...Subv
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-16Merge pull request #2260 from Subv/schedulingbunnei
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv
2016-12-04Threading: Added some utility functions and const correctness.Subv
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-09-22implement wait tree widgetwwylele