index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
synchronization.cpp
Age
Commit message (
Collapse
)
Author
2020-07-16
kernel: Remove unused variables
Lioncash
Resolves some compiler warnings in the Linux build.
2020-06-27
Synchronization: Correct wide Assertion.
Fernando Sahmkow
2020-06-27
Kernel: Fixes, corrections and asserts to scheduler and different svcs.
Fernando Sahmkow
2020-06-27
SVC: WaitSynchronization add Termination Pending Result.
Fernando Sahmkow
2020-06-27
SCC: Small corrections to CancelSynchronization
Fernando Sahmkow
2020-06-27
Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for ↵
Fernando Sahmkow
Debugging
2020-06-27
Core: Correct HLE Event Callbacks and other issues.
Fernando Sahmkow
2020-06-27
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
Fernando Sahmkow
2020-06-27
SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, ↵
Fernando Sahmkow
CancelSynchronization, ArbitrateLock
2020-02-13
Core: Address Feedback
Fernando Sahmkow
2020-02-11
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow