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
/
wait_object.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Remove unnecessary includes
Lioncash
2019-12-08
1
-1
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-8
/
+8
*
kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
Lioncash
2019-04-17
1
-1
/
+1
*
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
2019-04-02
1
-1
/
+1
*
kernel/wait_object: Devirtualize functions related to manipulating the thread list directly
Lioncash
2019-01-30
1
-3
/
+3
*
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
1
-1
/
+0
*
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
2018-09-28
1
-1
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-0
/
+4
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-07
1
-0
/
+6
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+67