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
/
core
/
hle
/
kernel
/
semaphore.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-2
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-7
/
+13
*
General: Fix up doxygen comments
Lioncash
2015-09-10
1
-1
/
+0
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+2
*
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+1
*
Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-18
/
+39
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Clean up some warnings
Chin
2014-12-20
1
-1
/
+1
|
/
*
Kernel/Semaphores: Addressed some issues.
Subv
2014-12-13
1
-4
/
+5
*
Semaphore: Implemented the initial_count parameter.
Subv
2014-12-13
1
-2
/
+2
*
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
1
-3
/
+12
*
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
1
-0
/
+22