index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
/
wait_tree.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-13
Massive removal of unused modules
James Rowe
1
-417
/
+0
2018-01-12
arm_dynarmic: Implement core
MerryMage
1
-1
/
+1
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
Subv
1
-6
/
+3
2018-01-09
kernel: Rename Semaphore to ConditionVariable.
bunnei
1
-7
/
+8
2018-01-09
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
1
-3
/
+2
2018-01-09
Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.
Subv
1
-4
/
+3
2017-05-30
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
1
-0
/
+1
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true.
Subv
1
-3
/
+6
2016-12-22
core: Consolidate core and system state, remove system module & cleanups.
bunnei
1
-1
/
+1
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
1
-1
/
+2
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
1
-1
/
+1
2016-12-04
Threading: Added some utility functions and const correctness.
Subv
1
-1
/
+1
2016-12-04
Threading: Reworked the way our scheduler works.
Subv
1
-1
/
+1
2016-12-01
Fixed the rebase mistakes.
Subv
1
-1
/
+0
2016-09-22
implement wait tree widget
wwylele
1
-0
/
+417